Color Hex Logo

#cc4afd Color Hex

#CC4AFD
(204,74,253)
0 Favorites   0 Comments

Color spaces of #cc4afd

RGB 20474253
HSL0.790.980.64
HSV284°71°99°
CMYK 0.190.710.00   0.01
XYZ45.080224.826895.3446
Yxy24.82680.27280.1502
Hunter Lab49.826574.3003-78.5748
CIE-Lab56.906375.6781-65.6408

#cc4afd color RGB value is (204,74,253).

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

The process color (four color CMYK) of #cc4afd color hex is 0.19, 0.71, 0.00, 0.01. Web safe color of #cc4afd is #cc33ff. Color #cc4afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001010 11111101
Octal 314 112 375
Decimal 204 74 253
Hex CC 4A FD

RGB Percentages of Color #cc4afd

%38.42
%13.94
%47.65

CMYK Percentages of Color #cc4afd

%19
%71
%0
%1

Triadic Colors of #cc4afd

#cc4afd #fdcc4a #4afdcc

Analogous Colors of #cc4afd

#cc4afd #fd4ad5 #734afd

Monochromatic Colors of #cc4afd

#cc4afd

Complementary Color

#cc4afd #7bfd4a

#cc4afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc4afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc4afd Color CSS Codes

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

#cc4afd Text Font Color

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

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


#cc4afd Background Color

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

This div background color is #cc4afd


#cc4afd Border Color

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

This div border color is #cc4afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc4afd


Comments

No comments written yet.

Please login to write comment.