Color Hex Logo

#c61cee Color Hex

#C61CEE
(198,28,238)
0 Favorites   0 Comments

Color spaces of #c61cee

RGB 19828238
HSL0.800.860.52
HSV289°88°93°
CMYK 0.170.880.00   0.07
XYZ39.136619.009382.4954
Yxy19.00930.27830.1352
Hunter Lab43.599783.9285-81.6635
CIE-Lab50.698184.4871-67.3312

#c61cee color RGB value is (198,28,238).

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

The process color (four color CMYK) of #c61cee color hex is 0.17, 0.88, 0.00, 0.07. Web safe color of #c61cee is #cc33ff. Color #c61cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00011100 11101110
Octal 306 34 356
Decimal 198 28 238
Hex C6 1C EE

RGB Percentages of Color #c61cee

%42.67
%6.03
%51.29

CMYK Percentages of Color #c61cee

%17
%88
%0
%7

Triadic Colors of #c61cee

#c61cee #eec61c #1ceec6

Analogous Colors of #c61cee

#c61cee #ee1cad #5d1cee

Monochromatic Colors of #c61cee

#c61cee

Complementary Color

#c61cee #44ee1c

#c61cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c61cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c61cee Color CSS Codes

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

#c61cee Text Font Color

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

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


#c61cee Background Color

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

This div background color is #c61cee


#c61cee Border Color

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

This div border color is #c61cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c61cee


Comments

No comments written yet.

Please login to write comment.