Color Hex Logo

#c50ebd Color Hex

#C50EBD
(197,14,189)
0 Favorites   0 Comments

Color spaces of #c50ebd

RGB 19714189
HSL0.840.870.41
HSV303°93°77°
CMYK 0.000.930.04   0.23
XYZ32.368315.858549.4991
Yxy15.85850.33120.1623
Hunter Lab39.822775.3967-45.8207
CIE-Lab46.788378.5256-45.5276

#c50ebd color RGB value is (197,14,189).

#c50ebd hex color red value is 197, green value is 14 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c50ebd hue: 0.84 , saturation: 0.87 and the lightness value of c50ebd is 0.41.

The process color (four color CMYK) of #c50ebd color hex is 0.00, 0.93, 0.04, 0.23. Web safe color of #c50ebd is #cc00cc. Color #c50ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00001110 10111101
Octal 305 16 275
Decimal 197 14 189
Hex C5 E BD

RGB Percentages of Color #c50ebd

%49.25
%3.50
%47.25

CMYK Percentages of Color #c50ebd

%0
%93
%4
%23

Triadic Colors of #c50ebd

#c50ebd #bdc50e #0ebdc5

Analogous Colors of #c50ebd

#c50ebd #c50e62 #720ec5

Monochromatic Colors of #c50ebd

#c50ebd

Complementary Color

#c50ebd #0ec516

#c50ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c50ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c50ebd Color CSS Codes

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

#c50ebd Text Font Color

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

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


#c50ebd Background Color

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

This div background color is #c50ebd


#c50ebd Border Color

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

This div border color is #c50ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c50ebd


Comments

No comments written yet.

Please login to write comment.