Color Hex Logo

#c94fe4 Color Hex

#C94FE4
(201,79,228)
0 Favorites   0 Comments

Color spaces of #c94fe4

RGB 20179228
HSL0.800.730.60
HSV289°65°89°
CMYK 0.120.650.00   0.11
XYZ40.887023.610975.8012
Yxy23.61090.29140.1683
Hunter Lab48.591065.1647-58.4776
CIE-Lab55.696168.4089-53.6425

#c94fe4 color RGB value is (201,79,228).

#c94fe4 hex color red value is 201, green value is 79 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #c94fe4 hue: 0.80 , saturation: 0.73 and the lightness value of c94fe4 is 0.60.

The process color (four color CMYK) of #c94fe4 color hex is 0.12, 0.65, 0.00, 0.11. Web safe color of #c94fe4 is #cc66cc. Color #c94fe4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001111 11100100
Octal 311 117 344
Decimal 201 79 228
Hex C9 4F E4

RGB Percentages of Color #c94fe4

%39.57
%15.55
%44.88

CMYK Percentages of Color #c94fe4

%12
%65
%0
%11

Triadic Colors of #c94fe4

#c94fe4 #e4c94f #4fe4c9

Analogous Colors of #c94fe4

#c94fe4 #e44fb5 #7f4fe4

Monochromatic Colors of #c94fe4

#c94fe4

Complementary Color

#c94fe4 #6ae44f

#c94fe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94fe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94fe4 Color CSS Codes

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

#c94fe4 Text Font Color

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

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


#c94fe4 Background Color

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

This div background color is #c94fe4


#c94fe4 Border Color

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

This div border color is #c94fe4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,79,228, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c94fe4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c94fe4;
  -webkit-box-shadow: 1px 1px 3px 2px #c94fe4;
  box-shadow:         1px 1px 3px 2px #c94fe4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,79,228, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94fe4


Comments

No comments written yet.

Please login to write comment.