Color Hex Logo

#c61eed Color Hex

#C61EED
(198,30,237)
0 Favorites   0 Comments

Color spaces of #c61eed

RGB 19830237
HSL0.800.850.52
HSV289°87°93°
CMYK 0.160.870.00   0.07
XYZ39.039019.048781.7400
Yxy19.04870.27920.1362
Hunter Lab43.644883.2846-80.4896
CIE-Lab50.744183.9791-66.6936

#c61eed color RGB value is (198,30,237).

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

The process color (four color CMYK) of #c61eed color hex is 0.16, 0.87, 0.00, 0.07. Web safe color of #c61eed is #cc33ff. Color #c61eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00011110 11101101
Octal 306 36 355
Decimal 198 30 237
Hex C6 1E ED

RGB Percentages of Color #c61eed

%42.58
%6.45
%50.97

CMYK Percentages of Color #c61eed

%16
%87
%0
%7

Triadic Colors of #c61eed

#c61eed #edc61e #1eedc6

Analogous Colors of #c61eed

#c61eed #ed1ead #5e1eed

Monochromatic Colors of #c61eed

#c61eed

Complementary Color

#c61eed #45ed1e

#c61eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c61eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c61eed Color CSS Codes

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

#c61eed Text Font Color

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

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


#c61eed Background Color

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

This div background color is #c61eed


#c61eed Border Color

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

This div border color is #c61eed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,30,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c61eed


Comments

No comments written yet.

Please login to write comment.