Color Hex Logo

#cd7cdb Color Hex

#CD7CDB
(205,124,219)
0 Favorites   0 Comments

Color spaces of #cd7cdb

RGB 205124219
HSL0.810.570.67
HSV291°43°86°
CMYK 0.060.430.00   0.14
XYZ45.170732.508970.9119
Yxy32.50890.30400.2188
Hunter Lab57.016641.6355-33.8278
CIE-Lab63.761346.3914-35.8409

#cd7cdb color RGB value is (205,124,219).

#cd7cdb hex color red value is 205, green value is 124 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cd7cdb hue: 0.81 , saturation: 0.57 and the lightness value of cd7cdb is 0.67.

The process color (four color CMYK) of #cd7cdb color hex is 0.06, 0.43, 0.00, 0.14. Web safe color of #cd7cdb is #cc66cc. Color #cd7cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01111100 11011011
Octal 315 174 333
Decimal 205 124 219
Hex CD 7C DB

RGB Percentages of Color #cd7cdb

%37.41
%22.63
%39.96

CMYK Percentages of Color #cd7cdb

%6
%43
%0
%14

Triadic Colors of #cd7cdb

#cd7cdb #dbcd7c #7cdbcd

Analogous Colors of #cd7cdb

#cd7cdb #db7cba #9e7cdb

Monochromatic Colors of #cd7cdb

#cd7cdb

Complementary Color

#cd7cdb #8adb7c

#cd7cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd7cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd7cdb Color CSS Codes

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

#cd7cdb Text Font Color

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

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


#cd7cdb Background Color

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

This div background color is #cd7cdb


#cd7cdb Border Color

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

This div border color is #cd7cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd7cdb


Comments

No comments written yet.

Please login to write comment.