Color Hex Logo

#ce67ec Color Hex

#CE67EC
(206,103,236)
0 Favorites   0 Comments

Color spaces of #ce67ec

RGB 206103236
HSL0.800.780.66
HSV286°56°93°
CMYK 0.130.560.00   0.07
XYZ45.444228.878482.5358
Yxy28.87840.28970.1841
Hunter Lab53.738656.9064-53.4450
CIE-Lab60.674260.4839-50.1609

#ce67ec color RGB value is (206,103,236).

#ce67ec hex color red value is 206, green value is 103 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ce67ec hue: 0.80 , saturation: 0.78 and the lightness value of ce67ec is 0.66.

The process color (four color CMYK) of #ce67ec color hex is 0.13, 0.56, 0.00, 0.07. Web safe color of #ce67ec is #cc66ff. Color #ce67ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100111 11101100
Octal 316 147 354
Decimal 206 103 236
Hex CE 67 EC

RGB Percentages of Color #ce67ec

%37.80
%18.90
%43.30

CMYK Percentages of Color #ce67ec

%13
%56
%0
%7

Triadic Colors of #ce67ec

#ce67ec #ecce67 #67ecce

Analogous Colors of #ce67ec

#ce67ec #ec67c8 #8c67ec

Monochromatic Colors of #ce67ec

#ce67ec

Complementary Color

#ce67ec #85ec67

#ce67ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce67ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce67ec Color CSS Codes

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

#ce67ec Text Font Color

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

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


#ce67ec Background Color

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

This div background color is #ce67ec


#ce67ec Border Color

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

This div border color is #ce67ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce67ec


Comments

No comments written yet.

Please login to write comment.