Color Hex Logo

#ce68cc Color Hex

#CE68CC
(206,104,204)
0 Favorites   0 Comments

Color spaces of #ce68cc

RGB 206104204
HSL0.840.510.61
HSV301°50°81°
CMYK 0.000.500.01   0.19
XYZ41.303027.382160.2351
Yxy27.38210.32040.2124
Hunter Lab52.327949.3182-31.6197
CIE-Lab59.326354.0370-34.3094

#ce68cc color RGB value is (206,104,204).

#ce68cc hex color red value is 206, green value is 104 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ce68cc hue: 0.84 , saturation: 0.51 and the lightness value of ce68cc is 0.61.

The process color (four color CMYK) of #ce68cc color hex is 0.00, 0.50, 0.01, 0.19. Web safe color of #ce68cc is #cc66cc. Color #ce68cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01101000 11001100
Octal 316 150 314
Decimal 206 104 204
Hex CE 68 CC

RGB Percentages of Color #ce68cc

%40.08
%20.23
%39.69

CMYK Percentages of Color #ce68cc

%0
%50
%1
%19

Triadic Colors of #ce68cc

#ce68cc #ccce68 #68ccce

Analogous Colors of #ce68cc

#ce68cc #ce6899 #9d68ce

Monochromatic Colors of #ce68cc

#ce68cc

Complementary Color

#ce68cc #68ce6a

#ce68cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce68cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce68cc Color CSS Codes

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

#ce68cc Text Font Color

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

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


#ce68cc Background Color

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

This div background color is #ce68cc


#ce68cc Border Color

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

This div border color is #ce68cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce68cc


Comments

No comments written yet.

Please login to write comment.