Color Hex Logo

#cd71eb Color Hex

#CD71EB
(205,113,235)
0 Favorites   0 Comments

Color spaces of #cd71eb

RGB 205113235
HSL0.790.750.68
HSV285°52°92°
CMYK 0.130.520.00   0.08
XYZ46.077430.787582.1113
Yxy30.78750.28980.1937
Hunter Lab55.486551.1296-48.8994
CIE-Lab62.327855.1635-46.9965

#cd71eb color RGB value is (205,113,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01110001 11101011
Octal 315 161 353
Decimal 205 113 235
Hex CD 71 EB

RGB Percentages of Color #cd71eb

%37.07
%20.43
%42.50

CMYK Percentages of Color #cd71eb

%13
%52
%0
%8

Triadic Colors of #cd71eb

#cd71eb #ebcd71 #71ebcd

Analogous Colors of #cd71eb

#cd71eb #eb71cc #9071eb

Monochromatic Colors of #cd71eb

#cd71eb

Complementary Color

#cd71eb #8feb71

#cd71eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd71eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd71eb Color CSS Codes

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

#cd71eb Text Font Color

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

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


#cd71eb Background Color

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

This div background color is #cd71eb


#cd71eb Border Color

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

This div border color is #cd71eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd71eb


Comments

No comments written yet.

Please login to write comment.