Color Hex Logo

#ce78ed Color Hex

#CE78ED
(206,120,237)
0 Favorites   0 Comments

Color spaces of #ce78ed

RGB 206120237
HSL0.790.760.70
HSV284°49°93°
CMYK 0.130.490.00   0.07
XYZ47.456132.669283.9253
Yxy32.66920.28930.1991
Hunter Lab57.157048.1797-47.0474
CIE-Lab63.892252.2998-45.6302

#ce78ed color RGB value is (206,120,237).

#ce78ed hex color red value is 206, green value is 120 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ce78ed hue: 0.79 , saturation: 0.76 and the lightness value of ce78ed is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111000 11101101
Octal 316 170 355
Decimal 206 120 237
Hex CE 78 ED

RGB Percentages of Color #ce78ed

%36.59
%21.31
%42.10

CMYK Percentages of Color #ce78ed

%13
%49
%0
%7

Triadic Colors of #ce78ed

#ce78ed #edce78 #78edce

Analogous Colors of #ce78ed

#ce78ed #ed78d2 #9478ed

Monochromatic Colors of #ce78ed

#ce78ed

Complementary Color

#ce78ed #97ed78

#ce78ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce78ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce78ed Color CSS Codes

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

#ce78ed Text Font Color

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

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


#ce78ed Background Color

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

This div background color is #ce78ed


#ce78ed Border Color

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

This div border color is #ce78ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce78ed


Comments

No comments written yet.

Please login to write comment.