Color Hex Logo

#ce2adc Color Hex

#CE2ADC
(206,42,220)
0 Favorites   0 Comments

Color spaces of #ce2adc

RGB 20642220
HSL0.820.720.51
HSV295°81°86°
CMYK 0.060.810.00   0.14
XYZ39.199819.945069.4939
Yxy19.94500.30470.1550
Hunter Lab44.659878.5222-60.9976
CIE-Lab51.775080.0455-55.3436

#ce2adc color RGB value is (206,42,220).

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

The process color (four color CMYK) of #ce2adc color hex is 0.06, 0.81, 0.00, 0.14. Web safe color of #ce2adc is #cc33cc. Color #ce2adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00101010 11011100
Octal 316 52 334
Decimal 206 42 220
Hex CE 2A DC

RGB Percentages of Color #ce2adc

%44.02
%8.97
%47.01

CMYK Percentages of Color #ce2adc

%6
%81
%0
%14

Triadic Colors of #ce2adc

#ce2adc #dcce2a #2adcce

Analogous Colors of #ce2adc

#ce2adc #dc2a91 #752adc

Monochromatic Colors of #ce2adc

#ce2adc

Complementary Color

#ce2adc #38dc2a

#ce2adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce2adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce2adc Color CSS Codes

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

#ce2adc Text Font Color

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

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


#ce2adc Background Color

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

This div background color is #ce2adc


#ce2adc Border Color

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

This div border color is #ce2adc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,42,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 #ce2adc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce2adc


Comments

No comments written yet.

Please login to write comment.