Color Hex Logo

#ce86c1 Color Hex

#CE86C1
(206,134,193)
0 Favorites   0 Comments

Color spaces of #ce86c1

RGB 206134193
HSL0.860.420.67
HSV311°35°81°
CMYK 0.000.350.06   0.19
XYZ43.604334.022354.7208
Yxy34.02230.32950.2571
Hunter Lab58.328631.3648-14.7927
CIE-Lab64.980336.5737-19.3899

#ce86c1 color RGB value is (206,134,193).

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

The process color (four color CMYK) of #ce86c1 color hex is 0.00, 0.35, 0.06, 0.19. Web safe color of #ce86c1 is #cc99cc. Color #ce86c1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000110 11000001
Octal 316 206 301
Decimal 206 134 193
Hex CE 86 C1

RGB Percentages of Color #ce86c1

%38.65
%25.14
%36.21

CMYK Percentages of Color #ce86c1

%0
%35
%6
%19

Triadic Colors of #ce86c1

#ce86c1 #c1ce86 #86c1ce

Analogous Colors of #ce86c1

#ce86c1 #ce869d #b786ce

Monochromatic Colors of #ce86c1

#ce86c1

Complementary Color

#ce86c1 #86ce93

#ce86c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce86c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce86c1 Color CSS Codes

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

#ce86c1 Text Font Color

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

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


#ce86c1 Background Color

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

This div background color is #ce86c1


#ce86c1 Border Color

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

This div border color is #ce86c1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce86c1


Comments

No comments written yet.

Please login to write comment.