Color Hex Logo

#c40fbd Color Hex

#C40FBD
(196,15,189)
0 Favorites   0 Comments

Color spaces of #c40fbd

RGB 19615189
HSL0.840.860.41
HSV302°92°77°
CMYK 0.000.920.04   0.23
XYZ32.121115.751549.4915
Yxy15.75150.32990.1618
Hunter Lab39.688275.0124-46.1535
CIE-Lab46.646878.2445-45.7637

#c40fbd color RGB value is (196,15,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001111 10111101
Octal 304 17 275
Decimal 196 15 189
Hex C4 F BD

RGB Percentages of Color #c40fbd

%49.00
%3.75
%47.25

CMYK Percentages of Color #c40fbd

%0
%92
%4
%23

Triadic Colors of #c40fbd

#c40fbd #bdc40f #0fbdc4

Analogous Colors of #c40fbd

#c40fbd #c40f63 #710fc4

Monochromatic Colors of #c40fbd

#c40fbd

Complementary Color

#c40fbd #0fc416

#c40fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40fbd Color CSS Codes

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

#c40fbd Text Font Color

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

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


#c40fbd Background Color

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

This div background color is #c40fbd


#c40fbd Border Color

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

This div border color is #c40fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40fbd


Comments

No comments written yet.

Please login to write comment.