Color Hex Logo

#c10fdf Color Hex

#C10FDF
(193,15,223)
0 Favorites   0 Comments

Color spaces of #c10fdf

RGB 19315223
HSL0.810.870.47
HSV291°93°87°
CMYK 0.130.930.00   0.13
XYZ35.482417.006871.2245
Yxy17.00680.28680.1375
Hunter Lab41.239381.4131-73.5324
CIE-Lab48.268683.0015-62.8067

#c10fdf color RGB value is (193,15,223).

#c10fdf hex color red value is 193, green value is 15 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c10fdf hue: 0.81 , saturation: 0.87 and the lightness value of c10fdf is 0.47.

The process color (four color CMYK) of #c10fdf color hex is 0.13, 0.93, 0.00, 0.13. Web safe color of #c10fdf is #cc00cc. Color #c10fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00001111 11011111
Octal 301 17 337
Decimal 193 15 223
Hex C1 F DF

RGB Percentages of Color #c10fdf

%44.78
%3.48
%51.74

CMYK Percentages of Color #c10fdf

%13
%93
%0
%13

Triadic Colors of #c10fdf

#c10fdf #dfc10f #0fdfc1

Analogous Colors of #c10fdf

#c10fdf #df0f95 #590fdf

Monochromatic Colors of #c10fdf

#c10fdf

Complementary Color

#c10fdf #2ddf0f

#c10fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c10fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c10fdf Color CSS Codes

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

#c10fdf Text Font Color

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

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


#c10fdf Background Color

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

This div background color is #c10fdf


#c10fdf Border Color

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

This div border color is #c10fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c10fdf


Comments

No comments written yet.

Please login to write comment.