Color Hex Logo

#cd83c7 Color Hex

#CD83C7
(205,131,199)
0 Favorites   0 Comments

Color spaces of #cd83c7

RGB 205131199
HSL0.850.430.66
HSV305°36°80°
CMYK 0.000.360.03   0.20
XYZ43.601933.335358.1691
Yxy33.33530.32270.2467
Hunter Lab57.736733.7612-19.3183
CIE-Lab64.431538.9321-23.6084

#cd83c7 color RGB value is (205,131,199).

#cd83c7 hex color red value is 205, green value is 131 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #cd83c7 hue: 0.85 , saturation: 0.43 and the lightness value of cd83c7 is 0.66.

The process color (four color CMYK) of #cd83c7 color hex is 0.00, 0.36, 0.03, 0.20. Web safe color of #cd83c7 is #cc99cc. Color #cd83c7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10000011 11000111
Octal 315 203 307
Decimal 205 131 199
Hex CD 83 C7

RGB Percentages of Color #cd83c7

%38.32
%24.49
%37.20

CMYK Percentages of Color #cd83c7

%0
%36
%3
%20

Triadic Colors of #cd83c7

#cd83c7 #c7cd83 #83c7cd

Analogous Colors of #cd83c7

#cd83c7 #cd83a2 #ae83cd

Monochromatic Colors of #cd83c7

#cd83c7

Complementary Color

#cd83c7 #83cd89

#cd83c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd83c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd83c7 Color CSS Codes

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

#cd83c7 Text Font Color

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

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


#cd83c7 Background Color

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

This div background color is #cd83c7


#cd83c7 Border Color

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

This div border color is #cd83c7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd83c7


Comments

No comments written yet.

Please login to write comment.