Color Hex Logo

#c713fb Color Hex

#C713FB
(199,19,251)
0 Favorites   0 Comments

Color spaces of #c713fb

RGB 19919251
HSL0.800.970.53
HSV287°92°98°
CMYK 0.210.920.00   0.02
XYZ41.198619.572992.8733
Yxy19.57290.26810.1274
Hunter Lab44.241388.8015-93.4954
CIE-Lab51.350888.0948-73.5515

#c713fb color RGB value is (199,19,251).

#c713fb hex color red value is 199, green value is 19 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c713fb hue: 0.80 , saturation: 0.97 and the lightness value of c713fb is 0.53.

The process color (four color CMYK) of #c713fb color hex is 0.21, 0.92, 0.00, 0.02. Web safe color of #c713fb is #cc00ff. Color #c713fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010011 11111011
Octal 307 23 373
Decimal 199 19 251
Hex C7 13 FB

RGB Percentages of Color #c713fb

%42.43
%4.05
%53.52

CMYK Percentages of Color #c713fb

%21
%92
%0
%2

Triadic Colors of #c713fb

#c713fb #fbc713 #13fbc7

Analogous Colors of #c713fb

#c713fb #fb13bb #5313fb

Monochromatic Colors of #c713fb

#c713fb

Complementary Color

#c713fb #47fb13

#c713fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c713fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c713fb Color CSS Codes

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

#c713fb Text Font Color

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

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


#c713fb Background Color

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

This div background color is #c713fb


#c713fb Border Color

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

This div border color is #c713fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,19,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c713fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c713fb;
  -webkit-box-shadow: 1px 1px 3px 2px #c713fb;
  box-shadow:         1px 1px 3px 2px #c713fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,19,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c713fb


Comments

No comments written yet.

Please login to write comment.