Color Hex Logo

#c04bba Color Hex

#C04BBA
(192,75,186)
0 Favorites   0 Comments

Color spaces of #c04bba

RGB 19275186
HSL0.840.480.52
HSV303°61°75°
CMYK 0.000.610.03   0.25
XYZ33.117219.783848.5276
Yxy19.78380.32650.1951
Hunter Lab44.479055.0654-33.5515
CIE-Lab51.591960.4929-36.2328

#c04bba color RGB value is (192,75,186).

#c04bba hex color red value is 192, green value is 75 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c04bba hue: 0.84 , saturation: 0.48 and the lightness value of c04bba is 0.52.

The process color (four color CMYK) of #c04bba color hex is 0.00, 0.61, 0.03, 0.25. Web safe color of #c04bba is #cc33cc. Color #c04bba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001011 10111010
Octal 300 113 272
Decimal 192 75 186
Hex C0 4B BA

RGB Percentages of Color #c04bba

%42.38
%16.56
%41.06

CMYK Percentages of Color #c04bba

%0
%61
%3
%25

Triadic Colors of #c04bba

#c04bba #bac04b #4bbac0

Analogous Colors of #c04bba

#c04bba #c04b80 #8c4bc0

Monochromatic Colors of #c04bba

#c04bba

Complementary Color

#c04bba #4bc051

#c04bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04bba Color CSS Codes

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

#c04bba Text Font Color

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

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


#c04bba Background Color

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

This div background color is #c04bba


#c04bba Border Color

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

This div border color is #c04bba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,75,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c04bba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c04bba;
  -webkit-box-shadow: 1px 1px 3px 2px #c04bba;
  box-shadow:         1px 1px 3px 2px #c04bba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,75,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04bba


Comments

No comments written yet.

Please login to write comment.