Color Hex Logo

#c40ebb Color Hex

#C40EBB
(196,14,187)
0 Favorites   0 Comments

Color spaces of #c40ebb

RGB 19614187
HSL0.840.870.41
HSV303°93°77°
CMYK 0.000.930.05   0.23
XYZ31.891615.637748.3512
Yxy15.63770.33260.1631
Hunter Lab39.544574.7525-44.8129
CIE-Lab46.495578.0650-44.8343

#c40ebb color RGB value is (196,14,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001110 10111011
Octal 304 16 273
Decimal 196 14 187
Hex C4 E BB

RGB Percentages of Color #c40ebb

%49.37
%3.53
%47.10

CMYK Percentages of Color #c40ebb

%0
%93
%5
%23

Triadic Colors of #c40ebb

#c40ebb #bbc40e #0ebbc4

Analogous Colors of #c40ebb

#c40ebb #c40e60 #720ec4

Monochromatic Colors of #c40ebb

#c40ebb

Complementary Color

#c40ebb #0ec417

#c40ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40ebb Color CSS Codes

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

#c40ebb Text Font Color

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

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


#c40ebb Background Color

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

This div background color is #c40ebb


#c40ebb Border Color

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

This div border color is #c40ebb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,14,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40ebb


Comments

No comments written yet.

Please login to write comment.