Color Hex Logo

#ce4cf0 Color Hex

#CE4CF0
(206,76,240)
0 Favorites   0 Comments

Color spaces of #ce4cf0

RGB 20676240
HSL0.800.850.62
HSV288°68°94°
CMYK 0.140.680.00   0.06
XYZ43.766224.582084.8761
Yxy24.58200.28560.1604
Hunter Lab49.580270.8027-66.7920
CIE-Lab56.665972.8884-58.7793

#ce4cf0 color RGB value is (206,76,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01001100 11110000
Octal 316 114 360
Decimal 206 76 240
Hex CE 4C F0

RGB Percentages of Color #ce4cf0

%39.46
%14.56
%45.98

CMYK Percentages of Color #ce4cf0

%14
%68
%0
%6

Triadic Colors of #ce4cf0

#ce4cf0 #f0ce4c #4cf0ce

Analogous Colors of #ce4cf0

#ce4cf0 #f04cc0 #7c4cf0

Monochromatic Colors of #ce4cf0

#ce4cf0

Complementary Color

#ce4cf0 #6ef04c

#ce4cf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce4cf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce4cf0 Color CSS Codes

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

#ce4cf0 Text Font Color

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

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


#ce4cf0 Background Color

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

This div background color is #ce4cf0


#ce4cf0 Border Color

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

This div border color is #ce4cf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce4cf0


Comments

No comments written yet.

Please login to write comment.