Color Hex Logo

#c814f5 Color Hex

#C814F5
(200,20,245)
0 Favorites   0 Comments

Color spaces of #c814f5

RGB 20020245
HSL0.800.920.52
HSV288°92°96°
CMYK 0.180.920.00   0.04
XYZ40.551019.372287.9881
Yxy19.37220.27420.1310
Hunter Lab44.013987.4320-87.7169
CIE-Lab51.119887.0973-70.5640

#c814f5 color RGB value is (200,20,245).

#c814f5 hex color red value is 200, green value is 20 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #c814f5 hue: 0.80 , saturation: 0.92 and the lightness value of c814f5 is 0.52.

The process color (four color CMYK) of #c814f5 color hex is 0.18, 0.92, 0.00, 0.04. Web safe color of #c814f5 is #cc00ff. Color #c814f5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00010100 11110101
Octal 310 24 365
Decimal 200 20 245
Hex C8 14 F5

RGB Percentages of Color #c814f5

%43.01
%4.30
%52.69

CMYK Percentages of Color #c814f5

%18
%92
%0
%4

Triadic Colors of #c814f5

#c814f5 #f5c814 #14f5c8

Analogous Colors of #c814f5

#c814f5 #f514b2 #5814f5

Monochromatic Colors of #c814f5

#c814f5

Complementary Color

#c814f5 #41f514

#c814f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c814f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c814f5 Color CSS Codes

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

#c814f5 Text Font Color

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

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


#c814f5 Background Color

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

This div background color is #c814f5


#c814f5 Border Color

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

This div border color is #c814f5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,20,245, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c814f5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c814f5;
  -webkit-box-shadow: 1px 1px 3px 2px #c814f5;
  box-shadow:         1px 1px 3px 2px #c814f5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,20,245, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c814f5


Comments

No comments written yet.

Please login to write comment.