Color Hex Logo

#c410b4 Color Hex

#C410B4
(196,16,180)
0 Favorites   0 Comments

Color spaces of #c410b4

RGB 19616180
HSL0.850.850.42
HSV305°92°77°
CMYK 0.000.920.08   0.23
XYZ31.188515.401644.5090
Yxy15.40160.34240.1691
Hunter Lab39.244973.1782-39.7715
CIE-Lab46.179476.8553-41.2256

#c410b4 color RGB value is (196,16,180).

#c410b4 hex color red value is 196, green value is 16 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #c410b4 hue: 0.85 , saturation: 0.85 and the lightness value of c410b4 is 0.42.

The process color (four color CMYK) of #c410b4 color hex is 0.00, 0.92, 0.08, 0.23. Web safe color of #c410b4 is #cc00cc. Color #c410b4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010000 10110100
Octal 304 20 264
Decimal 196 16 180
Hex C4 10 B4

RGB Percentages of Color #c410b4

%50.00
%4.08
%45.92

CMYK Percentages of Color #c410b4

%0
%92
%8
%23

Triadic Colors of #c410b4

#c410b4 #b4c410 #10b4c4

Analogous Colors of #c410b4

#c410b4 #c4105a #7a10c4

Monochromatic Colors of #c410b4

#c410b4

Complementary Color

#c410b4 #10c420

#c410b4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c410b4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c410b4 Color CSS Codes

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

#c410b4 Text Font Color

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

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


#c410b4 Background Color

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

This div background color is #c410b4


#c410b4 Border Color

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

This div border color is #c410b4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,16,180, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c410b4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c410b4;
  -webkit-box-shadow: 1px 1px 3px 2px #c410b4;
  box-shadow:         1px 1px 3px 2px #c410b4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,16,180, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c410b4


Comments

No comments written yet.

Please login to write comment.