Color Hex Logo

#c10fbd Color Hex

#C10FBD
(193,15,189)
0 Favorites   0 Comments

Color spaces of #c10fbd

RGB 19315189
HSL0.840.860.41
HSV301°92°76°
CMYK 0.000.920.02   0.24
XYZ31.348515.353249.4553
Yxy15.35320.32600.1597
Hunter Lab39.183274.2385-47.4051
CIE-Lab46.114277.7250-46.6444

#c10fbd color RGB value is (193,15,189).

#c10fbd hex color red value is 193, green value is 15 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c10fbd hue: 0.84 , saturation: 0.86 and the lightness value of c10fbd is 0.41.

The process color (four color CMYK) of #c10fbd color hex is 0.00, 0.92, 0.02, 0.24. Web safe color of #c10fbd is #cc00cc. Color #c10fbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00001111 10111101
Octal 301 17 275
Decimal 193 15 189
Hex C1 F BD

RGB Percentages of Color #c10fbd

%48.61
%3.78
%47.61

CMYK Percentages of Color #c10fbd

%0
%92
%2
%24

Triadic Colors of #c10fbd

#c10fbd #bdc10f #0fbdc1

Analogous Colors of #c10fbd

#c10fbd #c10f64 #6c0fc1

Monochromatic Colors of #c10fbd

#c10fbd

Complementary Color

#c10fbd #0fc113

#c10fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c10fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c10fbd Color CSS Codes

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

#c10fbd Text Font Color

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

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


#c10fbd Background Color

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

This div background color is #c10fbd


#c10fbd Border Color

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

This div border color is #c10fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c10fbd


Comments

No comments written yet.

Please login to write comment.