Color Hex Logo

#ce88ba Color Hex

#CE88BA
(206,136,186)
0 Favorites   0 Comments

Color spaces of #ce88ba

RGB 206136186
HSL0.880.420.67
HSV317°34°81°
CMYK 0.000.340.10   0.19
XYZ43.120734.275350.7975
Yxy34.27530.33640.2674
Hunter Lab58.545129.0181-10.4622
CIE-Lab65.180534.2797-15.1499

#ce88ba color RGB value is (206,136,186).

#ce88ba hex color red value is 206, green value is 136 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ce88ba hue: 0.88 , saturation: 0.42 and the lightness value of ce88ba is 0.67.

The process color (four color CMYK) of #ce88ba color hex is 0.00, 0.34, 0.10, 0.19. Web safe color of #ce88ba is #cc99cc. Color #ce88ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10001000 10111010
Octal 316 210 272
Decimal 206 136 186
Hex CE 88 BA

RGB Percentages of Color #ce88ba

%39.02
%25.76
%35.23

CMYK Percentages of Color #ce88ba

%0
%34
%10
%19

Triadic Colors of #ce88ba

#ce88ba #bace88 #88bace

Analogous Colors of #ce88ba

#ce88ba #ce8897 #bf88ce

Monochromatic Colors of #ce88ba

#ce88ba

Complementary Color

#ce88ba #88ce9c

#ce88ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce88ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce88ba Color CSS Codes

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

#ce88ba Text Font Color

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

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


#ce88ba Background Color

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

This div background color is #ce88ba


#ce88ba Border Color

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

This div border color is #ce88ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,136,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 #ce88ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce88ba


Comments

No comments written yet.

Please login to write comment.