Color Hex Logo

#cd7ebb Color Hex

#CD7EBB
(205,126,187)
0 Favorites   0 Comments

Color spaces of #cd7ebb

RGB 205126187
HSL0.870.440.65
HSV314°39°80°
CMYK 0.000.390.09   0.20
XYZ41.607331.488750.8987
Yxy31.48870.33560.2540
Hunter Lab56.114834.1511-14.4984
CIE-Lab62.918039.4834-19.1537

#cd7ebb color RGB value is (205,126,187).

#cd7ebb hex color red value is 205, green value is 126 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cd7ebb hue: 0.87 , saturation: 0.44 and the lightness value of cd7ebb is 0.65.

The process color (four color CMYK) of #cd7ebb color hex is 0.00, 0.39, 0.09, 0.20. Web safe color of #cd7ebb is #cc66cc. Color #cd7ebb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01111110 10111011
Octal 315 176 273
Decimal 205 126 187
Hex CD 7E BB

RGB Percentages of Color #cd7ebb

%39.58
%24.32
%36.10

CMYK Percentages of Color #cd7ebb

%0
%39
%9
%20

Triadic Colors of #cd7ebb

#cd7ebb #bbcd7e #7ebbcd

Analogous Colors of #cd7ebb

#cd7ebb #cd7e94 #b87ecd

Monochromatic Colors of #cd7ebb

#cd7ebb

Complementary Color

#cd7ebb #7ecd90

#cd7ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd7ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd7ebb Color CSS Codes

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

#cd7ebb Text Font Color

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

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


#cd7ebb Background Color

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

This div background color is #cd7ebb


#cd7ebb Border Color

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

This div border color is #cd7ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd7ebb


Comments

No comments written yet.

Please login to write comment.