Color Hex Logo

#c143b2 Color Hex

#C143B2
(193,67,178)
0 Favorites   0 Comments

Color spaces of #c143b2

RGB 19367178
HSL0.850.500.51
HSV307°65°76°
CMYK 0.000.650.08   0.24
XYZ32.035418.566144.0146
Yxy18.56610.33860.1962
Hunter Lab43.088457.3066-30.4026
CIE-Lab50.175762.7238-33.7839

#c143b2 color RGB value is (193,67,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000011 10110010
Octal 301 103 262
Decimal 193 67 178
Hex C1 43 B2

RGB Percentages of Color #c143b2

%44.06
%15.30
%40.64

CMYK Percentages of Color #c143b2

%0
%65
%8
%24

Triadic Colors of #c143b2

#c143b2 #b2c143 #43b2c1

Analogous Colors of #c143b2

#c143b2 #c14373 #9143c1

Monochromatic Colors of #c143b2

#c143b2

Complementary Color

#c143b2 #43c152

#c143b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c143b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c143b2 Color CSS Codes

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

#c143b2 Text Font Color

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

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


#c143b2 Background Color

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

This div background color is #c143b2


#c143b2 Border Color

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

This div border color is #c143b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c143b2


Comments

No comments written yet.

Please login to write comment.