Color Hex Logo

#c044be Color Hex

#C044BE
(192,68,190)
0 Favorites   0 Comments

Color spaces of #c044be

RGB 19268190
HSL0.840.500.51
HSV301°65°75°
CMYK 0.000.650.01   0.25
XYZ33.099619.058450.6493
Yxy19.05840.32200.1854
Hunter Lab43.655958.9395-38.2287
CIE-Lab50.755564.0358-39.8697

#c044be color RGB value is (192,68,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000100 10111110
Octal 300 104 276
Decimal 192 68 190
Hex C0 44 BE

RGB Percentages of Color #c044be

%42.67
%15.11
%42.22

CMYK Percentages of Color #c044be

%0
%65
%1
%25

Triadic Colors of #c044be

#c044be #bec044 #44bec0

Analogous Colors of #c044be

#c044be #c04480 #8444c0

Monochromatic Colors of #c044be

#c044be

Complementary Color

#c044be #44c046

#c044be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c044be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c044be Color CSS Codes

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

#c044be Text Font Color

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

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


#c044be Background Color

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

This div background color is #c044be


#c044be Border Color

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

This div border color is #c044be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c044be


Comments

No comments written yet.

Please login to write comment.