Color Hex Logo

#cd71ea Color Hex

#CD71EA
(205,113,234)
0 Favorites   0 Comments

Color spaces of #cd71ea

RGB 205113234
HSL0.790.740.68
HSV286°52°92°
CMYK 0.120.520.00   0.08
XYZ45.933230.729981.3524
Yxy30.72990.29070.1945
Hunter Lab55.434650.8950-48.2062
CIE-Lab62.279054.9640-46.5182

#cd71ea color RGB value is (205,113,234).

#cd71ea hex color red value is 205, green value is 113 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cd71ea hue: 0.79 , saturation: 0.74 and the lightness value of cd71ea is 0.68.

The process color (four color CMYK) of #cd71ea color hex is 0.12, 0.52, 0.00, 0.08. Web safe color of #cd71ea is #cc66ff. Color #cd71ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01110001 11101010
Octal 315 161 352
Decimal 205 113 234
Hex CD 71 EA

RGB Percentages of Color #cd71ea

%37.14
%20.47
%42.39

CMYK Percentages of Color #cd71ea

%12
%52
%0
%8

Triadic Colors of #cd71ea

#cd71ea #eacd71 #71eacd

Analogous Colors of #cd71ea

#cd71ea #ea71cb #9171ea

Monochromatic Colors of #cd71ea

#cd71ea

Complementary Color

#cd71ea #8eea71

#cd71ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd71ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd71ea Color CSS Codes

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

#cd71ea Text Font Color

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

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


#cd71ea Background Color

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

This div background color is #cd71ea


#cd71ea Border Color

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

This div border color is #cd71ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd71ea


Comments

No comments written yet.

Please login to write comment.