Color Hex Logo

#ce4ed0 Color Hex

#CE4ED0
(206,78,208)
0 Favorites   0 Comments

Color spaces of #ce4ed0

RGB 20678208
HSL0.830.580.56
HSV299°63°82°
CMYK 0.010.630.00   0.18
XYZ39.563223.124762.0528
Yxy23.12470.31720.1854
Hunter Lab48.088162.7017-42.8459
CIE-Lab55.200666.4266-43.0580

#ce4ed0 color RGB value is (206,78,208).

#ce4ed0 hex color red value is 206, green value is 78 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #ce4ed0 hue: 0.83 , saturation: 0.58 and the lightness value of ce4ed0 is 0.56.

The process color (four color CMYK) of #ce4ed0 color hex is 0.01, 0.63, 0.00, 0.18. Web safe color of #ce4ed0 is #cc66cc. Color #ce4ed0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01001110 11010000
Octal 316 116 320
Decimal 206 78 208
Hex CE 4E D0

RGB Percentages of Color #ce4ed0

%41.87
%15.85
%42.28

CMYK Percentages of Color #ce4ed0

%1
%63
%0
%18

Triadic Colors of #ce4ed0

#ce4ed0 #d0ce4e #4ed0ce

Analogous Colors of #ce4ed0

#ce4ed0 #d04e91 #8d4ed0

Monochromatic Colors of #ce4ed0

#ce4ed0

Complementary Color

#ce4ed0 #50d04e

#ce4ed0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce4ed0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce4ed0 Color CSS Codes

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

#ce4ed0 Text Font Color

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

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


#ce4ed0 Background Color

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

This div background color is #ce4ed0


#ce4ed0 Border Color

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

This div border color is #ce4ed0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce4ed0


Comments

No comments written yet.

Please login to write comment.