Color Hex Logo

#c810ab Color Hex

#C810AB
(200,16,171)
0 Favorites   0 Comments

Color spaces of #c810ab

RGB 20016171
HSL0.860.850.42
HSV309°92°78°
CMYK 0.000.920.15   0.22
XYZ31.355415.590239.8847
Yxy15.59020.36110.1795
Hunter Lab39.484472.6528-32.2520
CIE-Lab46.432276.3798-35.4602

#c810ab color RGB value is (200,16,171).

#c810ab hex color red value is 200, green value is 16 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c810ab hue: 0.86 , saturation: 0.85 and the lightness value of c810ab is 0.42.

The process color (four color CMYK) of #c810ab color hex is 0.00, 0.92, 0.15, 0.22. Web safe color of #c810ab is #cc0099. Color #c810ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00010000 10101011
Octal 310 20 253
Decimal 200 16 171
Hex C8 10 AB

RGB Percentages of Color #c810ab

%51.68
%4.13
%44.19

CMYK Percentages of Color #c810ab

%0
%92
%15
%22

Triadic Colors of #c810ab

#c810ab #abc810 #10abc8

Analogous Colors of #c810ab

#c810ab #c8104f #8910c8

Monochromatic Colors of #c810ab

#c810ab

Complementary Color

#c810ab #10c82d

#c810ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c810ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c810ab Color CSS Codes

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

#c810ab Text Font Color

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

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


#c810ab Background Color

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

This div background color is #c810ab


#c810ab Border Color

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

This div border color is #c810ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c810ab


Comments

No comments written yet.

Please login to write comment.