Color Hex Logo

#cd76eb Color Hex

#CD76EB
(205,118,235)
0 Favorites   0 Comments

Color spaces of #cd76eb

RGB 205118235
HSL0.790.750.69
HSV285°50°92°
CMYK 0.130.500.00   0.08
XYZ46.650731.934282.3024
Yxy31.93420.29000.1985
Hunter Lab56.510448.4631-46.7935
CIE-Lab63.288552.6451-45.4814

#cd76eb color RGB value is (205,118,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01110110 11101011
Octal 315 166 353
Decimal 205 118 235
Hex CD 76 EB

RGB Percentages of Color #cd76eb

%36.74
%21.15
%42.11

CMYK Percentages of Color #cd76eb

%13
%50
%0
%8

Triadic Colors of #cd76eb

#cd76eb #ebcd76 #76ebcd

Analogous Colors of #cd76eb

#cd76eb #eb76cf #9376eb

Monochromatic Colors of #cd76eb

#cd76eb

Complementary Color

#cd76eb #94eb76

#cd76eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd76eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd76eb Color CSS Codes

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

#cd76eb Text Font Color

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

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


#cd76eb Background Color

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

This div background color is #cd76eb


#cd76eb Border Color

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

This div border color is #cd76eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd76eb


Comments

No comments written yet.

Please login to write comment.