Color Hex Logo

#cd73b5 Color Hex

#CD73B5
(205,115,181)
0 Favorites   0 Comments

Color spaces of #cd73b5

RGB 205115181
HSL0.880.470.63
HSV316°44°80°
CMYK 0.000.440.12   0.20
XYZ39.648128.576847.1423
Yxy28.57680.34370.2477
Hunter Lab53.457338.8394-14.8659
CIE-Lab60.406344.2549-19.5678

#cd73b5 color RGB value is (205,115,181).

#cd73b5 hex color red value is 205, green value is 115 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #cd73b5 hue: 0.88 , saturation: 0.47 and the lightness value of cd73b5 is 0.63.

The process color (four color CMYK) of #cd73b5 color hex is 0.00, 0.44, 0.12, 0.20. Web safe color of #cd73b5 is #cc66cc. Color #cd73b5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01110011 10110101
Octal 315 163 265
Decimal 205 115 181
Hex CD 73 B5

RGB Percentages of Color #cd73b5

%40.92
%22.95
%36.13

CMYK Percentages of Color #cd73b5

%0
%44
%12
%20

Triadic Colors of #cd73b5

#cd73b5 #b5cd73 #73b5cd

Analogous Colors of #cd73b5

#cd73b5 #cd7388 #b873cd

Monochromatic Colors of #cd73b5

#cd73b5

Complementary Color

#cd73b5 #73cd8b

#cd73b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd73b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd73b5 Color CSS Codes

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

#cd73b5 Text Font Color

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

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


#cd73b5 Background Color

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

This div background color is #cd73b5


#cd73b5 Border Color

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

This div border color is #cd73b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd73b5


Comments

No comments written yet.

Please login to write comment.