Color Hex Logo

#c453bd Color Hex

#C453BD
(196,83,189)
0 Favorites   0 Comments

Color spaces of #c453bd

RGB 19683189
HSL0.840.490.55
HSV304°58°77°
CMYK 0.000.580.04   0.23
XYZ35.043521.596450.4656
Yxy21.59640.32720.2016
Hunter Lab46.471953.2772-31.8549
CIE-Lab53.596158.5474-34.7844

#c453bd color RGB value is (196,83,189).

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

The process color (four color CMYK) of #c453bd color hex is 0.00, 0.58, 0.04, 0.23. Web safe color of #c453bd is #cc66cc. Color #c453bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01010011 10111101
Octal 304 123 275
Decimal 196 83 189
Hex C4 53 BD

RGB Percentages of Color #c453bd

%41.88
%17.74
%40.38

CMYK Percentages of Color #c453bd

%0
%58
%4
%23

Triadic Colors of #c453bd

#c453bd #bdc453 #53bdc4

Analogous Colors of #c453bd

#c453bd #c45385 #9353c4

Monochromatic Colors of #c453bd

#c453bd

Complementary Color

#c453bd #53c45a

#c453bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c453bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c453bd Color CSS Codes

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

#c453bd Text Font Color

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

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


#c453bd Background Color

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

This div background color is #c453bd


#c453bd Border Color

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

This div border color is #c453bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c453bd


Comments

No comments written yet.

Please login to write comment.