Color Hex Logo

#cd7ceb Color Hex

#CD7CEB
(205,124,235)
0 Favorites   0 Comments

Color spaces of #cd7ceb

RGB 205124235
HSL0.790.740.70
HSV284°47°92°
CMYK 0.130.470.00   0.08
XYZ47.379933.392682.5455
Yxy33.39260.29010.2045
Hunter Lab57.786345.2288-44.2430
CIE-Lab64.477549.5642-43.6104

#cd7ceb color RGB value is (205,124,235).

#cd7ceb hex color red value is 205, green value is 124 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cd7ceb hue: 0.79 , saturation: 0.74 and the lightness value of cd7ceb is 0.70.

The process color (four color CMYK) of #cd7ceb color hex is 0.13, 0.47, 0.00, 0.08. Web safe color of #cd7ceb is #cc66ff. Color #cd7ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01111100 11101011
Octal 315 174 353
Decimal 205 124 235
Hex CD 7C EB

RGB Percentages of Color #cd7ceb

%36.35
%21.99
%41.67

CMYK Percentages of Color #cd7ceb

%13
%47
%0
%8

Triadic Colors of #cd7ceb

#cd7ceb #ebcd7c #7cebcd

Analogous Colors of #cd7ceb

#cd7ceb #eb7cd2 #967ceb

Monochromatic Colors of #cd7ceb

#cd7ceb

Complementary Color

#cd7ceb #9aeb7c

#cd7ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd7ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd7ceb Color CSS Codes

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

#cd7ceb Text Font Color

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

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


#cd7ceb Background Color

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

This div background color is #cd7ceb


#cd7ceb Border Color

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

This div border color is #cd7ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd7ceb


Comments

No comments written yet.

Please login to write comment.