Color Hex Logo

#ce4cef Color Hex

#CE4CEF
(206,76,239)
0 Favorites   0 Comments

Color spaces of #ce4cef

RGB 20676239
HSL0.800.840.62
HSV288°68°94°
CMYK 0.140.680.00   0.06
XYZ43.618024.522784.0958
Yxy24.52270.28650.1611
Hunter Lab49.520470.5637-66.0223
CIE-Lab56.607472.7041-58.3143

#ce4cef color RGB value is (206,76,239).

#ce4cef hex color red value is 206, green value is 76 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ce4cef hue: 0.80 , saturation: 0.84 and the lightness value of ce4cef is 0.62.

The process color (four color CMYK) of #ce4cef color hex is 0.14, 0.68, 0.00, 0.06. Web safe color of #ce4cef is #cc33ff. Color #ce4cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01001100 11101111
Octal 316 114 357
Decimal 206 76 239
Hex CE 4C EF

RGB Percentages of Color #ce4cef

%39.54
%14.59
%45.87

CMYK Percentages of Color #ce4cef

%14
%68
%0
%6

Triadic Colors of #ce4cef

#ce4cef #efce4c #4cefce

Analogous Colors of #ce4cef

#ce4cef #ef4cbf #7d4cef

Monochromatic Colors of #ce4cef

#ce4cef

Complementary Color

#ce4cef #6def4c

#ce4cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce4cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce4cef Color CSS Codes

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

#ce4cef Text Font Color

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

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


#ce4cef Background Color

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

This div background color is #ce4cef


#ce4cef Border Color

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

This div border color is #ce4cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce4cef


Comments

No comments written yet.

Please login to write comment.