Color Hex Logo

#c50bca Color Hex

#C50BCA
(197,11,202)
0 Favorites   0 Comments

Color spaces of #c50bca

RGB 19711202
HSL0.830.900.42
HSV298°95°79°
CMYK 0.020.950.00   0.21
XYZ33.806316.373957.2558
Yxy16.37390.31470.1524
Hunter Lab40.464778.3150-55.5676
CIE-Lab47.461380.7209-52.0136

#c50bca color RGB value is (197,11,202).

#c50bca hex color red value is 197, green value is 11 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c50bca hue: 0.83 , saturation: 0.90 and the lightness value of c50bca is 0.42.

The process color (four color CMYK) of #c50bca color hex is 0.02, 0.95, 0.00, 0.21. Web safe color of #c50bca is #cc00cc. Color #c50bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00001011 11001010
Octal 305 13 312
Decimal 197 11 202
Hex C5 B CA

RGB Percentages of Color #c50bca

%48.05
%2.68
%49.27

CMYK Percentages of Color #c50bca

%2
%95
%0
%21

Triadic Colors of #c50bca

#c50bca #cac50b #0bcac5

Analogous Colors of #c50bca

#c50bca #ca0b70 #660bca

Monochromatic Colors of #c50bca

#c50bca

Complementary Color

#c50bca #10ca0b

#c50bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c50bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c50bca Color CSS Codes

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

#c50bca Text Font Color

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

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


#c50bca Background Color

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

This div background color is #c50bca


#c50bca Border Color

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

This div border color is #c50bca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,11,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c50bca


Comments

No comments written yet.

Please login to write comment.