Color Hex Logo

#cd7cbe Color Hex

#CD7CBE
(205,124,190)
0 Favorites   0 Comments

Color spaces of #cd7cbe

RGB 205124190
HSL0.860.450.65
HSV311°40°80°
CMYK 0.000.400.07   0.20
XYZ41.678831.112152.5237
Yxy31.11210.33260.2483
Hunter Lab55.778235.7675-16.7858
CIE-Lab62.602241.0623-21.3329

#cd7cbe color RGB value is (205,124,190).

#cd7cbe hex color red value is 205, green value is 124 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cd7cbe hue: 0.86 , saturation: 0.45 and the lightness value of cd7cbe is 0.65.

The process color (four color CMYK) of #cd7cbe color hex is 0.00, 0.40, 0.07, 0.20. Web safe color of #cd7cbe is #cc66cc. Color #cd7cbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01111100 10111110
Octal 315 174 276
Decimal 205 124 190
Hex CD 7C BE

RGB Percentages of Color #cd7cbe

%39.50
%23.89
%36.61

CMYK Percentages of Color #cd7cbe

%0
%40
%7
%20

Triadic Colors of #cd7cbe

#cd7cbe #becd7c #7cbecd

Analogous Colors of #cd7cbe

#cd7cbe #cd7c96 #b47ccd

Monochromatic Colors of #cd7cbe

#cd7cbe

Complementary Color

#cd7cbe #7ccd8b

#cd7cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd7cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd7cbe Color CSS Codes

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

#cd7cbe Text Font Color

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

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


#cd7cbe Background Color

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

This div background color is #cd7cbe


#cd7cbe Border Color

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

This div border color is #cd7cbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,124,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 #cd7cbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd7cbe


Comments

No comments written yet.

Please login to write comment.