Color Hex Logo

#ce78ba Color Hex

#CE78BA
(206,120,186)
0 Favorites   0 Comments

Color spaces of #ce78ba

RGB 206120186
HSL0.870.470.64
HSV314°42°81°
CMYK 0.000.420.10   0.19
XYZ41.033030.099950.1016
Yxy30.09990.33850.2483
Hunter Lab54.863437.4915-15.7397
CIE-Lab61.740342.8049-20.3697

#ce78ba color RGB value is (206,120,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111000 10111010
Octal 316 170 272
Decimal 206 120 186
Hex CE 78 BA

RGB Percentages of Color #ce78ba

%40.23
%23.44
%36.33

CMYK Percentages of Color #ce78ba

%0
%42
%10
%19

Triadic Colors of #ce78ba

#ce78ba #bace78 #78bace

Analogous Colors of #ce78ba

#ce78ba #ce788f #b778ce

Monochromatic Colors of #ce78ba

#ce78ba

Complementary Color

#ce78ba #78ce8c

#ce78ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce78ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce78ba Color CSS Codes

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

#ce78ba Text Font Color

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

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


#ce78ba Background Color

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

This div background color is #ce78ba


#ce78ba Border Color

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

This div border color is #ce78ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce78ba


Comments

No comments written yet.

Please login to write comment.