Color Hex Logo

#c410bc Color Hex

#C410BC
(196,16,188)
0 Favorites   0 Comments

Color spaces of #c410bc

RGB 19616188
HSL0.840.850.42
HSV303°92°77°
CMYK 0.000.920.04   0.23
XYZ32.027315.737248.9265
Yxy15.73720.33120.1628
Hunter Lab39.670174.6875-45.3552
CIE-Lab46.627877.9869-45.2090

#c410bc color RGB value is (196,16,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010000 10111100
Octal 304 20 274
Decimal 196 16 188
Hex C4 10 BC

RGB Percentages of Color #c410bc

%49.00
%4.00
%47.00

CMYK Percentages of Color #c410bc

%0
%92
%4
%23

Triadic Colors of #c410bc

#c410bc #bcc410 #10bcc4

Analogous Colors of #c410bc

#c410bc #c41062 #7210c4

Monochromatic Colors of #c410bc

#c410bc

Complementary Color

#c410bc #10c418

#c410bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c410bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c410bc Color CSS Codes

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

#c410bc Text Font Color

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

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


#c410bc Background Color

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

This div background color is #c410bc


#c410bc Border Color

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

This div border color is #c410bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c410bc


Comments

No comments written yet.

Please login to write comment.