Color Hex Logo

#c74afe Color Hex

#C74AFE
(199,74,254)
0 Favorites   0 Comments

Color spaces of #c74afe

RGB 19974254
HSL0.780.990.64
HSV282°71°100°
CMYK 0.220.710.00   0.00
XYZ43.891424.195496.1228
Yxy24.19540.26730.1473
Hunter Lab49.188873.1959-81.4299
CIE-Lab56.282974.9068-67.2347

#c74afe color RGB value is (199,74,254).

#c74afe hex color red value is 199, green value is 74 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c74afe hue: 0.78 , saturation: 0.99 and the lightness value of c74afe is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001010 11111110
Octal 307 112 376
Decimal 199 74 254
Hex C7 4A FE

RGB Percentages of Color #c74afe

%37.76
%14.04
%48.20

CMYK Percentages of Color #c74afe

%22
%71
%0
%0

Triadic Colors of #c74afe

#c74afe #fec74a #4afec7

Analogous Colors of #c74afe

#c74afe #fe4adb #6d4afe

Monochromatic Colors of #c74afe

#c74afe

Complementary Color

#c74afe #81fe4a

#c74afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74afe Color CSS Codes

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

#c74afe Text Font Color

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

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


#c74afe Background Color

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

This div background color is #c74afe


#c74afe Border Color

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

This div border color is #c74afe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,74,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74afe


Comments

No comments written yet.

Please login to write comment.