Color Hex Logo

#c04bbe Color Hex

#C04BBE
(192,75,190)
0 Favorites   0 Comments

Color spaces of #c04bbe

RGB 19275190
HSL0.840.480.52
HSV301°61°75°
CMYK 0.000.610.01   0.25
XYZ33.548619.956350.7989
Yxy19.95630.32160.1913
Hunter Lab44.672555.8750-36.1504
CIE-Lab51.787861.1697-38.2423

#c04bbe color RGB value is (192,75,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001011 10111110
Octal 300 113 276
Decimal 192 75 190
Hex C0 4B BE

RGB Percentages of Color #c04bbe

%42.01
%16.41
%41.58

CMYK Percentages of Color #c04bbe

%0
%61
%1
%25

Triadic Colors of #c04bbe

#c04bbe #bec04b #4bbec0

Analogous Colors of #c04bbe

#c04bbe #c04b84 #884bc0

Monochromatic Colors of #c04bbe

#c04bbe

Complementary Color

#c04bbe #4bc04d

#c04bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04bbe Color CSS Codes

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

#c04bbe Text Font Color

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

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


#c04bbe Background Color

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

This div background color is #c04bbe


#c04bbe Border Color

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

This div border color is #c04bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04bbe


Comments

No comments written yet.

Please login to write comment.