Color Hex Logo

#c04bae Color Hex

#C04BAE
(192,75,174)
0 Favorites   0 Comments

Color spaces of #c04bae

RGB 19275174
HSL0.860.480.52
HSV309°61°75°
CMYK 0.000.610.09   0.25
XYZ31.894319.294642.0876
Yxy19.29460.34190.2069
Hunter Lab43.925652.7386-26.0611
CIE-Lab51.030158.5292-30.1203

#c04bae color RGB value is (192,75,174).

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

The process color (four color CMYK) of #c04bae color hex is 0.00, 0.61, 0.09, 0.25. Web safe color of #c04bae is #cc3399. Color #c04bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001011 10101110
Octal 300 113 256
Decimal 192 75 174
Hex C0 4B AE

RGB Percentages of Color #c04bae

%43.54
%17.01
%39.46

CMYK Percentages of Color #c04bae

%0
%61
%9
%25

Triadic Colors of #c04bae

#c04bae #aec04b #4baec0

Analogous Colors of #c04bae

#c04bae #c04b74 #984bc0

Monochromatic Colors of #c04bae

#c04bae

Complementary Color

#c04bae #4bc05d

#c04bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04bae Color CSS Codes

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

#c04bae Text Font Color

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

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


#c04bae Background Color

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

This div background color is #c04bae


#c04bae Border Color

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

This div border color is #c04bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04bae


Comments

No comments written yet.

Please login to write comment.