Color Hex Logo

#c103b0 Color Hex

#C103B0
(193,3,176)
0 Favorites   0 Comments

Color spaces of #c103b0

RGB 1933176
HSL0.850.970.38
HSV305°98°76°
CMYK 0.000.980.09   0.24
XYZ29.861414.537242.3064
Yxy14.53720.34440.1677
Hunter Lab38.127773.0768-39.0987
CIE-Lab44.993777.0035-40.7799

#c103b0 color RGB value is (193,3,176).

#c103b0 hex color red value is 193, green value is 3 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #c103b0 hue: 0.85 , saturation: 0.97 and the lightness value of c103b0 is 0.38.

The process color (four color CMYK) of #c103b0 color hex is 0.00, 0.98, 0.09, 0.24. Web safe color of #c103b0 is #cc0099. Color #c103b0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00000011 10110000
Octal 301 3 260
Decimal 193 3 176
Hex C1 3 B0

RGB Percentages of Color #c103b0

%51.88
%0.81
%47.31

CMYK Percentages of Color #c103b0

%0
%98
%9
%24

Triadic Colors of #c103b0

#c103b0 #b0c103 #03b0c1

Analogous Colors of #c103b0

#c103b0 #c10351 #7303c1

Monochromatic Colors of #c103b0

#c103b0

Complementary Color

#c103b0 #03c114

#c103b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c103b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c103b0 Color CSS Codes

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

#c103b0 Text Font Color

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

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


#c103b0 Background Color

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

This div background color is #c103b0


#c103b0 Border Color

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

This div border color is #c103b0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c103b0


Comments

No comments written yet.

Please login to write comment.