Color Hex Logo

#ce78ca Color Hex

#CE78CA
(206,120,202)
0 Favorites   0 Comments

Color spaces of #ce78ca

RGB 206120202
HSL0.840.470.64
HSV303°42°81°
CMYK 0.000.420.02   0.19
XYZ42.830730.819059.5684
Yxy30.81900.32150.2313
Hunter Lab55.514940.5649-24.7588
CIE-Lab62.354545.5974-28.4803

#ce78ca color RGB value is (206,120,202).

#ce78ca hex color red value is 206, green value is 120 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ce78ca hue: 0.84 , saturation: 0.47 and the lightness value of ce78ca is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111000 11001010
Octal 316 170 312
Decimal 206 120 202
Hex CE 78 CA

RGB Percentages of Color #ce78ca

%39.02
%22.73
%38.26

CMYK Percentages of Color #ce78ca

%0
%42
%2
%19

Triadic Colors of #ce78ca

#ce78ca #cace78 #78cace

Analogous Colors of #ce78ca

#ce78ca #ce789f #a778ce

Monochromatic Colors of #ce78ca

#ce78ca

Complementary Color

#ce78ca #78ce7c

#ce78ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce78ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce78ca Color CSS Codes

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

#ce78ca Text Font Color

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

This sample text font color is #ce78ca
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.


#ce78ca Background Color

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

This div background color is #ce78ca


#ce78ca Border Color

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

This div border color is #ce78ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce78ca


Comments

No comments written yet.

Please login to write comment.