Color Hex Logo

#c814a8 Color Hex

#C814A8
(200,20,168)
0 Favorites   0 Comments

Color spaces of #c814a8

RGB 20020168
HSL0.860.820.43
HSV311°90°78°
CMYK 0.000.900.16   0.22
XYZ31.137515.606838.4171
Yxy15.60680.36560.1833
Hunter Lab39.505471.5561-30.0028
CIE-Lab46.454375.4821-33.6448

#c814a8 color RGB value is (200,20,168).

#c814a8 hex color red value is 200, green value is 20 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #c814a8 hue: 0.86 , saturation: 0.82 and the lightness value of c814a8 is 0.43.

The process color (four color CMYK) of #c814a8 color hex is 0.00, 0.90, 0.16, 0.22. Web safe color of #c814a8 is #cc0099. Color #c814a8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00010100 10101000
Octal 310 24 250
Decimal 200 20 168
Hex C8 14 A8

RGB Percentages of Color #c814a8

%51.55
%5.15
%43.30

CMYK Percentages of Color #c814a8

%0
%90
%16
%22

Triadic Colors of #c814a8

#c814a8 #a8c814 #14a8c8

Analogous Colors of #c814a8

#c814a8 #c8144e #8e14c8

Monochromatic Colors of #c814a8

#c814a8

Complementary Color

#c814a8 #14c834

#c814a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c814a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c814a8 Color CSS Codes

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

#c814a8 Text Font Color

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

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


#c814a8 Background Color

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

This div background color is #c814a8


#c814a8 Border Color

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

This div border color is #c814a8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c814a8


Comments

No comments written yet.

Please login to write comment.