Color Hex Logo

#cc74fa Color Hex

#CC74FA
(204,116,250)
0 Favorites   0 Comments

Color spaces of #cc74fa

RGB 204116250
HSL0.780.930.72
HSV279°54°98°
CMYK 0.180.540.00   0.02
XYZ48.402532.230394.1125
Yxy32.23030.27700.1844
Hunter Lab56.771752.8352-58.5469
CIE-Lab63.532856.4684-53.3880

#cc74fa color RGB value is (204,116,250).

#cc74fa hex color red value is 204, green value is 116 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #cc74fa hue: 0.78 , saturation: 0.93 and the lightness value of cc74fa is 0.72.

The process color (four color CMYK) of #cc74fa color hex is 0.18, 0.54, 0.00, 0.02. Web safe color of #cc74fa is #cc66ff. Color #cc74fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110100 11111010
Octal 314 164 372
Decimal 204 116 250
Hex CC 74 FA

RGB Percentages of Color #cc74fa

%35.79
%20.35
%43.86

CMYK Percentages of Color #cc74fa

%18
%54
%0
%2

Triadic Colors of #cc74fa

#cc74fa #facc74 #74facc

Analogous Colors of #cc74fa

#cc74fa #fa74e5 #8974fa

Monochromatic Colors of #cc74fa

#cc74fa

Complementary Color

#cc74fa #a2fa74

#cc74fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc74fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc74fa Color CSS Codes

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

#cc74fa Text Font Color

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

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


#cc74fa Background Color

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

This div background color is #cc74fa


#cc74fa Border Color

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

This div border color is #cc74fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc74fa


Comments

No comments written yet.

Please login to write comment.