Color Hex Logo

#cd7eed Color Hex

#CD7EED
(205,126,237)
0 Favorites   0 Comments

Color spaces of #cd7eed

RGB 205126237
HSL0.790.760.71
HSV283°47°93°
CMYK 0.140.470.00   0.07
XYZ47.923834.015384.1605
Yxy34.01530.28850.2048
Hunter Lab58.322644.6091-44.7306
CIE-Lab64.974748.9325-43.9349

#cd7eed color RGB value is (205,126,237).

#cd7eed hex color red value is 205, green value is 126 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #cd7eed hue: 0.79 , saturation: 0.76 and the lightness value of cd7eed is 0.71.

The process color (four color CMYK) of #cd7eed color hex is 0.14, 0.47, 0.00, 0.07. Web safe color of #cd7eed is #cc66ff. Color #cd7eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01111110 11101101
Octal 315 176 355
Decimal 205 126 237
Hex CD 7E ED

RGB Percentages of Color #cd7eed

%36.09
%22.18
%41.73

CMYK Percentages of Color #cd7eed

%14
%47
%0
%7

Triadic Colors of #cd7eed

#cd7eed #edcd7e #7eedcd

Analogous Colors of #cd7eed

#cd7eed #ed7ed6 #967eed

Monochromatic Colors of #cd7eed

#cd7eed

Complementary Color

#cd7eed #9eed7e

#cd7eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd7eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd7eed Color CSS Codes

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

#cd7eed Text Font Color

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

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


#cd7eed Background Color

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

This div background color is #cd7eed


#cd7eed Border Color

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

This div border color is #cd7eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd7eed


Comments

No comments written yet.

Please login to write comment.