Color Hex Logo

#c61ebd Color Hex

#C61EBD
(198,30,189)
0 Favorites   0 Comments

Color spaces of #c61ebd

RGB 19830189
HSL0.840.740.45
HSV303°85°78°
CMYK 0.000.850.05   0.22
XYZ32.938316.608449.6138
Yxy16.60840.33220.1675
Hunter Lab40.753472.9514-43.6531
CIE-Lab47.762876.3629-43.9661

#c61ebd color RGB value is (198,30,189).

#c61ebd hex color red value is 198, green value is 30 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c61ebd hue: 0.84 , saturation: 0.74 and the lightness value of c61ebd is 0.45.

The process color (four color CMYK) of #c61ebd color hex is 0.00, 0.85, 0.05, 0.22. Web safe color of #c61ebd is #cc33cc. Color #c61ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00011110 10111101
Octal 306 36 275
Decimal 198 30 189
Hex C6 1E BD

RGB Percentages of Color #c61ebd

%47.48
%7.19
%45.32

CMYK Percentages of Color #c61ebd

%0
%85
%5
%22

Triadic Colors of #c61ebd

#c61ebd #bdc61e #1ebdc6

Analogous Colors of #c61ebd

#c61ebd #c61e69 #7b1ec6

Monochromatic Colors of #c61ebd

#c61ebd

Complementary Color

#c61ebd #1ec627

#c61ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c61ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c61ebd Color CSS Codes

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

#c61ebd Text Font Color

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

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


#c61ebd Background Color

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

This div background color is #c61ebd


#c61ebd Border Color

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

This div border color is #c61ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c61ebd


Comments

No comments written yet.

Please login to write comment.