Color Hex Logo

#c610ee Color Hex

#C610EE
(198,16,238)
0 Favorites   0 Comments

Color spaces of #c610ee

RGB 19816238
HSL0.800.870.50
HSV289°93°93°
CMYK 0.170.930.00   0.07
XYZ38.906618.549482.4187
Yxy18.54940.27820.1326
Hunter Lab43.069085.8781-83.3116
CIE-Lab50.155886.0944-68.2097

#c610ee color RGB value is (198,16,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010000 11101110
Octal 306 20 356
Decimal 198 16 238
Hex C6 10 EE

RGB Percentages of Color #c610ee

%43.81
%3.54
%52.65

CMYK Percentages of Color #c610ee

%17
%93
%0
%7

Triadic Colors of #c610ee

#c610ee #eec610 #10eec6

Analogous Colors of #c610ee

#c610ee #ee10a7 #5710ee

Monochromatic Colors of #c610ee

#c610ee

Complementary Color

#c610ee #38ee10

#c610ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c610ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c610ee Color CSS Codes

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

#c610ee Text Font Color

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

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


#c610ee Background Color

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

This div background color is #c610ee


#c610ee Border Color

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

This div border color is #c610ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,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 #c610ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c610ee


Comments

No comments written yet.

Please login to write comment.