Color Hex Logo

#c810eb Color Hex

#C810EB
(200,16,235)
0 Favorites   0 Comments

Color spaces of #c810eb

RGB 20016235
HSL0.810.870.49
HSV290°93°92°
CMYK 0.150.930.00   0.08
XYZ39.000118.648180.1412
Yxy18.64810.28300.1353
Hunter Lab43.183485.6370-79.8038
CIE-Lab50.272985.8867-66.3131

#c810eb color RGB value is (200,16,235).

#c810eb hex color red value is 200, green value is 16 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c810eb hue: 0.81 , saturation: 0.87 and the lightness value of c810eb is 0.49.

The process color (four color CMYK) of #c810eb color hex is 0.15, 0.93, 0.00, 0.08. Web safe color of #c810eb is #cc00ff. Color #c810eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00010000 11101011
Octal 310 20 353
Decimal 200 16 235
Hex C8 10 EB

RGB Percentages of Color #c810eb

%44.35
%3.55
%52.11

CMYK Percentages of Color #c810eb

%15
%93
%0
%8

Triadic Colors of #c810eb

#c810eb #ebc810 #10ebc8

Analogous Colors of #c810eb

#c810eb #eb10a1 #5a10eb

Monochromatic Colors of #c810eb

#c810eb

Complementary Color

#c810eb #33eb10

#c810eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c810eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c810eb Color CSS Codes

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

#c810eb Text Font Color

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

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


#c810eb Background Color

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

This div background color is #c810eb


#c810eb Border Color

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

This div border color is #c810eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c810eb


Comments

No comments written yet.

Please login to write comment.