Color Hex Logo

#c011fd Color Hex

#C011FD
(192,17,253)
0 Favorites   0 Comments

Color spaces of #c011fd

RGB 19217253
HSL0.790.980.53
HSV284°93°99°
CMYK 0.240.930.00   0.01
XYZ39.668318.699294.4471
Yxy18.69920.25960.1224
Hunter Lab43.242688.0713-99.2269
CIE-Lab50.333487.7359-76.3711

#c011fd color RGB value is (192,17,253).

#c011fd hex color red value is 192, green value is 17 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c011fd hue: 0.79 , saturation: 0.98 and the lightness value of c011fd is 0.53.

The process color (four color CMYK) of #c011fd color hex is 0.24, 0.93, 0.00, 0.01. Web safe color of #c011fd is #cc00ff. Color #c011fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010001 11111101
Octal 300 21 375
Decimal 192 17 253
Hex C0 11 FD

RGB Percentages of Color #c011fd

%41.56
%3.68
%54.76

CMYK Percentages of Color #c011fd

%24
%93
%0
%1

Triadic Colors of #c011fd

#c011fd #fdc011 #11fdc0

Analogous Colors of #c011fd

#c011fd #fd11c4 #4a11fd

Monochromatic Colors of #c011fd

#c011fd

Complementary Color

#c011fd #4efd11

#c011fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c011fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c011fd Color CSS Codes

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

#c011fd Text Font Color

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

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


#c011fd Background Color

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

This div background color is #c011fd


#c011fd Border Color

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

This div border color is #c011fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,17,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c011fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c011fd;
  -webkit-box-shadow: 1px 1px 3px 2px #c011fd;
  box-shadow:         1px 1px 3px 2px #c011fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,17,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c011fd


Comments

No comments written yet.

Please login to write comment.