Color Hex Logo

#ce73ce Color Hex

#CE73CE
(206,115,206)
0 Favorites   0 Comments

Color spaces of #ce73ce

RGB 206115206
HSL0.830.480.63
HSV300°44°81°
CMYK 0.000.440.00   0.19
XYZ42.724929.839561.9003
Yxy29.83950.31770.2219
Hunter Lab54.625544.0175-28.9481
CIE-Lab61.515548.8981-32.0342

#ce73ce color RGB value is (206,115,206).

#ce73ce hex color red value is 206, green value is 115 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ce73ce hue: 0.83 , saturation: 0.48 and the lightness value of ce73ce is 0.63.

The process color (four color CMYK) of #ce73ce color hex is 0.00, 0.44, 0.00, 0.19. Web safe color of #ce73ce is #cc66cc. Color #ce73ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110011 11001110
Octal 316 163 316
Decimal 206 115 206
Hex CE 73 CE

RGB Percentages of Color #ce73ce

%39.09
%21.82
%39.09

CMYK Percentages of Color #ce73ce

%0
%44
%0
%19

Triadic Colors of #ce73ce

#ce73ce #cece73 #73cece

Analogous Colors of #ce73ce

#ce73ce #ce73a1 #a173ce

Monochromatic Colors of #ce73ce

#ce73ce

Complementary Color

#ce73ce #73ce73

#ce73ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce73ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce73ce Color CSS Codes

.mybgcolor {background-color:#ce73ce; } 
.myforecolor {color:#ce73ce; }
.mybordercolor {border:3px solid #ce73ce; }

#ce73ce Text Font Color

<p style="color:#ce73ce">Text here</p>

This sample text font color is #ce73ce
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ce73ce Background Color

<div style="background-color:#ce73ce">
Div content here</div>

This div background color is #ce73ce


#ce73ce Border Color

<div style="border:3px solid #ce73ce">
Div here</div>

This div border color is #ce73ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,115,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ce73ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ce73ce;
  -webkit-box-shadow: 1px 1px 3px 2px #ce73ce;
  box-shadow:         1px 1px 3px 2px #ce73ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,115,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ce73ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ce73ce;
  -webkit-box-shadow: 1px 1px 3px 2px #ce73ce;
  box-shadow:         1px 1px 3px 2px #ce73ce;">
Div content here</div>

This div box has shadow with color #ce73ce


Comments

No comments written yet.

Please login to write comment.