Color Hex Logo

#cd49be Color Hex

#CD49BE
(205,73,190)
0 Favorites   0 Comments

Color spaces of #cd49be

RGB 20573190
HSL0.850.570.55
HSV307°64°80°
CMYK 0.000.640.07   0.20
XYZ36.853621.461950.9154
Yxy21.46190.33740.1965
Hunter Lab46.327060.9264-32.7334
CIE-Lab53.451465.2411-35.4925

#cd49be color RGB value is (205,73,190).

#cd49be hex color red value is 205, green value is 73 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cd49be hue: 0.85 , saturation: 0.57 and the lightness value of cd49be is 0.55.

The process color (four color CMYK) of #cd49be color hex is 0.00, 0.64, 0.07, 0.20. Web safe color of #cd49be is #cc33cc. Color #cd49be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01001001 10111110
Octal 315 111 276
Decimal 205 73 190
Hex CD 49 BE

RGB Percentages of Color #cd49be

%43.80
%15.60
%40.60

CMYK Percentages of Color #cd49be

%0
%64
%7
%20

Triadic Colors of #cd49be

#cd49be #becd49 #49becd

Analogous Colors of #cd49be

#cd49be #cd497c #9a49cd

Monochromatic Colors of #cd49be

#cd49be

Complementary Color

#cd49be #49cd58

#cd49be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd49be Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd49be Color CSS Codes

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

#cd49be Text Font Color

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

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


#cd49be Background Color

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

This div background color is #cd49be


#cd49be Border Color

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

This div border color is #cd49be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd49be


Comments

No comments written yet.

Please login to write comment.