Color Hex Logo

#cd5aff Color Hex

#CD5AFF
(205,90,255)
0 Favorites   0 Comments

Color spaces of #cd5aff

RGB 20590255
HSL0.781.000.68
HSV282°65°100°
CMYK 0.200.650.00   0.00
XYZ46.883027.511597.4470
Yxy27.51150.27280.1601
Hunter Lab52.451467.7599-73.4361
CIE-Lab59.444869.8662-62.6602

#cd5aff color RGB value is (205,90,255).

#cd5aff hex color red value is 205, green value is 90 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #cd5aff hue: 0.78 , saturation: 1.00 and the lightness value of cd5aff is 0.68.

The process color (four color CMYK) of #cd5aff color hex is 0.20, 0.65, 0.00, 0.00. Web safe color of #cd5aff is #cc66ff. Color #cd5aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011010 11111111
Octal 315 132 377
Decimal 205 90 255
Hex CD 5A FF

RGB Percentages of Color #cd5aff

%37.27
%16.36
%46.36

CMYK Percentages of Color #cd5aff

%20
%65
%0
%0

Triadic Colors of #cd5aff

#cd5aff #ffcd5a #5affcd

Analogous Colors of #cd5aff

#cd5aff #ff5adf #7b5aff

Monochromatic Colors of #cd5aff

#cd5aff

Complementary Color

#cd5aff #8cff5a

#cd5aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd5aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd5aff Color CSS Codes

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

#cd5aff Text Font Color

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

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


#cd5aff Background Color

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

This div background color is #cd5aff


#cd5aff Border Color

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

This div border color is #cd5aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd5aff

Related Colors


Comments

No comments written yet.

Please login to write comment.