Color Hex Logo

#cd348b Color Hex

#CD348B
(205,52,139)
0 Favorites   0 Comments

Color spaces of #cd348b

RGB 20552139
HSL0.910.600.50
HSV326°75°80°
CMYK 0.000.750.32   0.20
XYZ31.065017.299226.1279
Yxy17.29920.41700.2322
Hunter Lab41.592360.5339-8.1308
CIE-Lab48.634865.8157-12.8436

#cd348b color RGB value is (205,52,139).

#cd348b hex color red value is 205, green value is 52 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #cd348b hue: 0.91 , saturation: 0.60 and the lightness value of cd348b is 0.50.

The process color (four color CMYK) of #cd348b color hex is 0.00, 0.75, 0.32, 0.20. Web safe color of #cd348b is #cc3399. Color #cd348b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00110100 10001011
Octal 315 64 213
Decimal 205 52 139
Hex CD 34 8B

RGB Percentages of Color #cd348b

%51.77
%13.13
%35.10

CMYK Percentages of Color #cd348b

%0
%75
%32
%20

Triadic Colors of #cd348b

#cd348b #8bcd34 #348bcd

Analogous Colors of #cd348b

#cd348b #cd343f #c334cd

Monochromatic Colors of #cd348b

#cd348b

Complementary Color

#cd348b #34cd76

#cd348b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd348b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd348b Color CSS Codes

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

#cd348b Text Font Color

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

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


#cd348b Background Color

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

This div background color is #cd348b


#cd348b Border Color

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

This div border color is #cd348b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd348b


Comments

No comments written yet.

Please login to write comment.