Color Hex Logo

#cd34af Color Hex

#CD34AF
(205,52,175)
0 Favorites   0 Comments

Color spaces of #cd34af

RGB 20552175
HSL0.870.600.50
HSV312°75°80°
CMYK 0.000.750.15   0.20
XYZ34.142718.530342.3346
Yxy18.53030.35940.1950
Hunter Lab43.046866.2457-28.1762
CIE-Lab50.133170.3756-31.9513

#cd34af color RGB value is (205,52,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00110100 10101111
Octal 315 64 257
Decimal 205 52 175
Hex CD 34 AF

RGB Percentages of Color #cd34af

%47.45
%12.04
%40.51

CMYK Percentages of Color #cd34af

%0
%75
%15
%20

Triadic Colors of #cd34af

#cd34af #afcd34 #34afcd

Analogous Colors of #cd34af

#cd34af #cd3462 #9f34cd

Monochromatic Colors of #cd34af

#cd34af

Complementary Color

#cd34af #34cd52

#cd34af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd34af Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd34af Color CSS Codes

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

#cd34af Text Font Color

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

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


#cd34af Background Color

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

This div background color is #cd34af


#cd34af Border Color

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

This div border color is #cd34af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd34af


Comments

No comments written yet.

Please login to write comment.