Color Hex Logo

#cc5afd Color Hex

#CC5AFD
(204,90,253)
0 Favorites   0 Comments

Color spaces of #cc5afd

RGB 20490253
HSL0.780.980.67
HSV282°64°99°
CMYK 0.190.640.00   0.01
XYZ46.287627.241595.7470
Yxy27.24150.27340.1609
Hunter Lab52.193466.9639-72.2301
CIE-Lab59.197269.2540-61.9597

#cc5afd color RGB value is (204,90,253).

#cc5afd hex color red value is 204, green value is 90 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #cc5afd hue: 0.78 , saturation: 0.98 and the lightness value of cc5afd is 0.67.

The process color (four color CMYK) of #cc5afd color hex is 0.19, 0.64, 0.00, 0.01. Web safe color of #cc5afd is #cc66ff. Color #cc5afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011010 11111101
Octal 314 132 375
Decimal 204 90 253
Hex CC 5A FD

RGB Percentages of Color #cc5afd

%37.29
%16.45
%46.25

CMYK Percentages of Color #cc5afd

%19
%64
%0
%1

Triadic Colors of #cc5afd

#cc5afd #fdcc5a #5afdcc

Analogous Colors of #cc5afd

#cc5afd #fd5add #7b5afd

Monochromatic Colors of #cc5afd

#cc5afd

Complementary Color

#cc5afd #8bfd5a

#cc5afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc5afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc5afd Color CSS Codes

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

#cc5afd Text Font Color

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

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


#cc5afd Background Color

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

This div background color is #cc5afd


#cc5afd Border Color

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

This div border color is #cc5afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc5afd

Related Colors


Comments

No comments written yet.

Please login to write comment.