Color Hex Logo

#c04fba Color Hex

#C04FBA
(192,79,186)
0 Favorites   0 Comments

Color spaces of #c04fba

RGB 19279186
HSL0.840.470.53
HSV303°59°75°
CMYK 0.000.590.03   0.25
XYZ33.397120.343648.6209
Yxy20.34360.32630.1987
Hunter Lab45.103953.2383-32.3405
CIE-Lab52.223558.7589-35.2417

#c04fba color RGB value is (192,79,186).

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

The process color (four color CMYK) of #c04fba color hex is 0.00, 0.59, 0.03, 0.25. Web safe color of #c04fba is #cc66cc. Color #c04fba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001111 10111010
Octal 300 117 272
Decimal 192 79 186
Hex C0 4F BA

RGB Percentages of Color #c04fba

%42.01
%17.29
%40.70

CMYK Percentages of Color #c04fba

%0
%59
%3
%25

Triadic Colors of #c04fba

#c04fba #bac04f #4fbac0

Analogous Colors of #c04fba

#c04fba #c04f82 #8e4fc0

Monochromatic Colors of #c04fba

#c04fba

Complementary Color

#c04fba #4fc055

#c04fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04fba Color CSS Codes

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

#c04fba Text Font Color

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

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


#c04fba Background Color

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

This div background color is #c04fba


#c04fba Border Color

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

This div border color is #c04fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04fba


Comments

No comments written yet.

Please login to write comment.