Color Hex Logo

#c810ee Color Hex

#C810EE
(200,16,238)
0 Favorites   0 Comments

Color spaces of #c810ee

RGB 20016238
HSL0.800.870.50
HSV290°93°93°
CMYK 0.160.930.00   0.07
XYZ39.437318.823082.4435
Yxy18.82300.28030.1338
Hunter Lab43.385586.3315-82.2963
CIE-Lab50.479586.3796-67.6699

#c810ee color RGB value is (200,16,238).

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

The process color (four color CMYK) of #c810ee color hex is 0.16, 0.93, 0.00, 0.07. Web safe color of #c810ee is #cc00ff. Color #c810ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00010000 11101110
Octal 310 20 356
Decimal 200 16 238
Hex C8 10 EE

RGB Percentages of Color #c810ee

%44.05
%3.52
%52.42

CMYK Percentages of Color #c810ee

%16
%93
%0
%7

Triadic Colors of #c810ee

#c810ee #eec810 #10eec8

Analogous Colors of #c810ee

#c810ee #ee10a5 #5910ee

Monochromatic Colors of #c810ee

#c810ee

Complementary Color

#c810ee #36ee10

#c810ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c810ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c810ee Color CSS Codes

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

#c810ee Text Font Color

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

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


#c810ee Background Color

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

This div background color is #c810ee


#c810ee Border Color

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

This div border color is #c810ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c810ee


Comments

No comments written yet.

Please login to write comment.