Color Hex Logo

#cd7aeb Color Hex

#CD7AEB
(205,122,235)
0 Favorites   0 Comments

Color spaces of #cd7aeb

RGB 205122235
HSL0.790.740.70
HSV284°48°92°
CMYK 0.130.480.00   0.08
XYZ47.131832.896482.4628
Yxy32.89640.29010.2025
Hunter Lab57.355446.3105-45.0955
CIE-Lab64.076950.5977-44.2402

#cd7aeb color RGB value is (205,122,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01111010 11101011
Octal 315 172 353
Decimal 205 122 235
Hex CD 7A EB

RGB Percentages of Color #cd7aeb

%36.48
%21.71
%41.81

CMYK Percentages of Color #cd7aeb

%13
%48
%0
%8

Triadic Colors of #cd7aeb

#cd7aeb #ebcd7a #7aebcd

Analogous Colors of #cd7aeb

#cd7aeb #eb7ad1 #957aeb

Monochromatic Colors of #cd7aeb

#cd7aeb

Complementary Color

#cd7aeb #98eb7a

#cd7aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd7aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd7aeb Color CSS Codes

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

#cd7aeb Text Font Color

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

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


#cd7aeb Background Color

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

This div background color is #cd7aeb


#cd7aeb Border Color

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

This div border color is #cd7aeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,122,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 #cd7aeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd7aeb


Comments

No comments written yet.

Please login to write comment.