Color Hex Logo

#c450bc Color Hex

#C450BC
(196,80,188)
0 Favorites   0 Comments

Color spaces of #c450bc

RGB 19680188
HSL0.840.500.54
HSV304°59°77°
CMYK 0.000.590.04   0.23
XYZ34.710721.103949.8210
Yxy21.10390.32860.1998
Hunter Lab45.939054.4783-32.1429
CIE-Lab53.063059.7067-35.0417

#c450bc color RGB value is (196,80,188).

#c450bc hex color red value is 196, green value is 80 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c450bc hue: 0.84 , saturation: 0.50 and the lightness value of c450bc is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01010000 10111100
Octal 304 120 274
Decimal 196 80 188
Hex C4 50 BC

RGB Percentages of Color #c450bc

%42.24
%17.24
%40.52

CMYK Percentages of Color #c450bc

%0
%59
%4
%23

Triadic Colors of #c450bc

#c450bc #bcc450 #50bcc4

Analogous Colors of #c450bc

#c450bc #c45082 #9250c4

Monochromatic Colors of #c450bc

#c450bc

Complementary Color

#c450bc #50c458

#c450bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c450bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c450bc Color CSS Codes

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

#c450bc Text Font Color

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

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


#c450bc Background Color

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

This div background color is #c450bc


#c450bc Border Color

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

This div border color is #c450bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c450bc


Comments

No comments written yet.

Please login to write comment.