Color Hex Logo

#cd20ec Color Hex

#CD20EC
(205,32,236)
0 Favorites   0 Comments

Color spaces of #cd20ec

RGB 20532236
HSL0.810.840.53
HSV291°86°93°
CMYK 0.130.860.00   0.07
XYZ40.833720.068381.0783
Yxy20.06830.28760.1413
Hunter Lab44.797784.3094-75.9493
CIE-Lab51.914384.5455-64.1842

#cd20ec color RGB value is (205,32,236).

#cd20ec hex color red value is 205, green value is 32 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #cd20ec hue: 0.81 , saturation: 0.84 and the lightness value of cd20ec is 0.53.

The process color (four color CMYK) of #cd20ec color hex is 0.13, 0.86, 0.00, 0.07. Web safe color of #cd20ec is #cc33ff. Color #cd20ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00100000 11101100
Octal 315 40 354
Decimal 205 32 236
Hex CD 20 EC

RGB Percentages of Color #cd20ec

%43.34
%6.77
%49.89

CMYK Percentages of Color #cd20ec

%13
%86
%0
%7

Triadic Colors of #cd20ec

#cd20ec #eccd20 #20eccd

Analogous Colors of #cd20ec

#cd20ec #ec20a5 #6720ec

Monochromatic Colors of #cd20ec

#cd20ec

Complementary Color

#cd20ec #3fec20

#cd20ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd20ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd20ec Color CSS Codes

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

#cd20ec Text Font Color

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

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


#cd20ec Background Color

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

This div background color is #cd20ec


#cd20ec Border Color

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

This div border color is #cd20ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,32,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cd20ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cd20ec;
  -webkit-box-shadow: 1px 1px 3px 2px #cd20ec;
  box-shadow:         1px 1px 3px 2px #cd20ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,32,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd20ec


Comments

No comments written yet.

Please login to write comment.