Color Hex Logo

#cd299b Color Hex

#CD299B
(205,41,155)
0 Favorites   0 Comments

Color spaces of #cd299b

RGB 20541155
HSL0.880.670.48
HSV318°80°80°
CMYK 0.000.800.24   0.20
XYZ31.886216.931632.5979
Yxy16.93160.39160.2080
Hunter Lab41.148066.3132-18.1665
CIE-Lab48.173770.8117-23.1506

#cd299b color RGB value is (205,41,155).

#cd299b hex color red value is 205, green value is 41 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #cd299b hue: 0.88 , saturation: 0.67 and the lightness value of cd299b is 0.48.

The process color (four color CMYK) of #cd299b color hex is 0.00, 0.80, 0.24, 0.20. Web safe color of #cd299b is #cc3399. Color #cd299b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00101001 10011011
Octal 315 51 233
Decimal 205 41 155
Hex CD 29 9B

RGB Percentages of Color #cd299b

%51.12
%10.22
%38.65

CMYK Percentages of Color #cd299b

%0
%80
%24
%20

Triadic Colors of #cd299b

#cd299b #9bcd29 #299bcd

Analogous Colors of #cd299b

#cd299b #cd2949 #ad29cd

Monochromatic Colors of #cd299b

#cd299b

Complementary Color

#cd299b #29cd5b

#cd299b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd299b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd299b Color CSS Codes

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

#cd299b Text Font Color

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

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


#cd299b Background Color

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

This div background color is #cd299b


#cd299b Border Color

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

This div border color is #cd299b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd299b


Comments

No comments written yet.

Please login to write comment.