Color Hex Logo

#ce5adc Color Hex

#CE5ADC
(206,90,220)
0 Favorites   0 Comments

Color spaces of #ce5adc

RGB 20690220
HSL0.820.650.61
HSV294°59°86°
CMYK 0.060.590.00   0.14
XYZ42.028025.601470.4366
Yxy25.60140.30440.1854
Hunter Lab50.597859.7210-47.1184
CIE-Lab57.656863.4366-45.9777

#ce5adc color RGB value is (206,90,220).

#ce5adc hex color red value is 206, green value is 90 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ce5adc hue: 0.82 , saturation: 0.65 and the lightness value of ce5adc is 0.61.

The process color (four color CMYK) of #ce5adc color hex is 0.06, 0.59, 0.00, 0.14. Web safe color of #ce5adc is #cc66cc. Color #ce5adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011010 11011100
Octal 316 132 334
Decimal 206 90 220
Hex CE 5A DC

RGB Percentages of Color #ce5adc

%39.92
%17.44
%42.64

CMYK Percentages of Color #ce5adc

%6
%59
%0
%14

Triadic Colors of #ce5adc

#ce5adc #dcce5a #5adcce

Analogous Colors of #ce5adc

#ce5adc #dc5aa9 #8d5adc

Monochromatic Colors of #ce5adc

#ce5adc

Complementary Color

#ce5adc #68dc5a

#ce5adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5adc Color CSS Codes

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

#ce5adc Text Font Color

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

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


#ce5adc Background Color

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

This div background color is #ce5adc


#ce5adc Border Color

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

This div border color is #ce5adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5adc


Comments

No comments written yet.

Please login to write comment.