Color Hex Logo

#c043b1 Color Hex

#C043B1
(192,67,177)
0 Favorites   0 Comments

Color spaces of #c043b1

RGB 19267177
HSL0.850.500.51
HSV307°65°75°
CMYK 0.000.650.08   0.25
XYZ31.681218.395143.4758
Yxy18.39510.33860.1966
Hunter Lab42.889556.7960-30.0778
CIE-Lab49.971962.3151-33.5293

#c043b1 color RGB value is (192,67,177).

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

The process color (four color CMYK) of #c043b1 color hex is 0.00, 0.65, 0.08, 0.25. Web safe color of #c043b1 is #cc3399. Color #c043b1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000011 10110001
Octal 300 103 261
Decimal 192 67 177
Hex C0 43 B1

RGB Percentages of Color #c043b1

%44.04
%15.37
%40.60

CMYK Percentages of Color #c043b1

%0
%65
%8
%25

Triadic Colors of #c043b1

#c043b1 #b1c043 #43b1c0

Analogous Colors of #c043b1

#c043b1 #c04373 #9143c0

Monochromatic Colors of #c043b1

#c043b1

Complementary Color

#c043b1 #43c052

#c043b1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c043b1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c043b1 Color CSS Codes

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

#c043b1 Text Font Color

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

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


#c043b1 Background Color

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

This div background color is #c043b1


#c043b1 Border Color

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

This div border color is #c043b1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c043b1


Comments

No comments written yet.

Please login to write comment.