Color Hex Logo

#cd308d Color Hex

#CD308D
(205,48,141)
0 Favorites   0 Comments

Color spaces of #cd308d

RGB 20548141
HSL0.900.620.50
HSV324°77°80°
CMYK 0.000.770.31   0.20
XYZ31.041517.016126.8477
Yxy17.01610.41440.2272
Hunter Lab41.250662.1347-9.7132
CIE-Lab48.280367.2570-14.5858

#cd308d color RGB value is (205,48,141).

#cd308d hex color red value is 205, green value is 48 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #cd308d hue: 0.90 , saturation: 0.62 and the lightness value of cd308d is 0.50.

The process color (four color CMYK) of #cd308d color hex is 0.00, 0.77, 0.31, 0.20. Web safe color of #cd308d is #cc3399. Color #cd308d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00110000 10001101
Octal 315 60 215
Decimal 205 48 141
Hex CD 30 8D

RGB Percentages of Color #cd308d

%52.03
%12.18
%35.79

CMYK Percentages of Color #cd308d

%0
%77
%31
%20

Triadic Colors of #cd308d

#cd308d #8dcd30 #308dcd

Analogous Colors of #cd308d

#cd308d #cd303f #bf30cd

Monochromatic Colors of #cd308d

#cd308d

Complementary Color

#cd308d #30cd70

#cd308d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd308d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd308d Color CSS Codes

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

#cd308d Text Font Color

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

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


#cd308d Background Color

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

This div background color is #cd308d


#cd308d Border Color

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

This div border color is #cd308d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd308d


Comments

No comments written yet.

Please login to write comment.