Color Hex Logo

#c403bd Color Hex

#C403BD
(196,3,189)
0 Favorites   0 Comments

Color spaces of #c403bd

RGB 1963189
HSL0.840.970.39
HSV302°98°77°
CMYK 0.000.980.04   0.23
XYZ31.982815.475049.4454
Yxy15.47500.33000.1597
Hunter Lab39.338376.2821-46.9865
CIE-Lab46.278079.3333-46.3517

#c403bd color RGB value is (196,3,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000011 10111101
Octal 304 3 275
Decimal 196 3 189
Hex C4 3 BD

RGB Percentages of Color #c403bd

%50.52
%0.77
%48.71

CMYK Percentages of Color #c403bd

%0
%98
%4
%23

Triadic Colors of #c403bd

#c403bd #bdc403 #03bdc4

Analogous Colors of #c403bd

#c403bd #c4035d #6b03c4

Monochromatic Colors of #c403bd

#c403bd

Complementary Color

#c403bd #03c40a

#c403bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c403bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c403bd Color CSS Codes

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

#c403bd Text Font Color

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

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


#c403bd Background Color

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

This div background color is #c403bd


#c403bd Border Color

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

This div border color is #c403bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c403bd


Comments

No comments written yet.

Please login to write comment.