Color Hex Logo

#ce88ca Color Hex

#CE88CA
(206,136,202)
0 Favorites   0 Comments

Color spaces of #ce88ca

RGB 206136202
HSL0.840.420.67
HSV303°34°81°
CMYK 0.000.340.02   0.19
XYZ44.918434.994460.2642
Yxy34.99440.32040.2496
Hunter Lab59.156132.0156-18.9914
CIE-Lab65.744337.1160-23.2703

#ce88ca color RGB value is (206,136,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10001000 11001010
Octal 316 210 312
Decimal 206 136 202
Hex CE 88 CA

RGB Percentages of Color #ce88ca

%37.87
%25.00
%37.13

CMYK Percentages of Color #ce88ca

%0
%34
%2
%19

Triadic Colors of #ce88ca

#ce88ca #cace88 #88cace

Analogous Colors of #ce88ca

#ce88ca #ce88a7 #af88ce

Monochromatic Colors of #ce88ca

#ce88ca

Complementary Color

#ce88ca #88ce8c

#ce88ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce88ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce88ca Color CSS Codes

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

#ce88ca Text Font Color

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

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


#ce88ca Background Color

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

This div background color is #ce88ca


#ce88ca Border Color

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

This div border color is #ce88ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce88ca


Comments

No comments written yet.

Please login to write comment.