Color Hex Logo

#c40bbd Color Hex

#C40BBD
(196,11,189)
0 Favorites   0 Comments

Color spaces of #c40bbd

RGB 19611189
HSL0.840.890.41
HSV302°94°77°
CMYK 0.000.940.04   0.23
XYZ32.069915.649249.4744
Yxy15.64920.33000.1610
Hunter Lab39.559175.4787-46.4595
CIE-Lab46.510878.6453-45.9804

#c40bbd color RGB value is (196,11,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001011 10111101
Octal 304 13 275
Decimal 196 11 189
Hex C4 B BD

RGB Percentages of Color #c40bbd

%49.49
%2.78
%47.73

CMYK Percentages of Color #c40bbd

%0
%94
%4
%23

Triadic Colors of #c40bbd

#c40bbd #bdc40b #0bbdc4

Analogous Colors of #c40bbd

#c40bbd #c40b60 #6f0bc4

Monochromatic Colors of #c40bbd

#c40bbd

Complementary Color

#c40bbd #0bc412

#c40bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40bbd Color CSS Codes

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

#c40bbd Text Font Color

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

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


#c40bbd Background Color

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

This div background color is #c40bbd


#c40bbd Border Color

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

This div border color is #c40bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40bbd


Comments

No comments written yet.

Please login to write comment.