Color Hex Logo

#c714fb Color Hex

#C714FB
(199,20,251)
0 Favorites   0 Comments

Color spaces of #c714fb

RGB 19920251
HSL0.800.970.53
HSV286°92°98°
CMYK 0.210.920.00   0.02
XYZ41.215919.607592.8791
Yxy19.60750.26820.1276
Hunter Lab44.280488.6561-93.3659
CIE-Lab51.390587.9768-73.4870

#c714fb color RGB value is (199,20,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010100 11111011
Octal 307 24 373
Decimal 199 20 251
Hex C7 14 FB

RGB Percentages of Color #c714fb

%42.34
%4.26
%53.40

CMYK Percentages of Color #c714fb

%21
%92
%0
%2

Triadic Colors of #c714fb

#c714fb #fbc714 #14fbc7

Analogous Colors of #c714fb

#c714fb #fb14bc #5414fb

Monochromatic Colors of #c714fb

#c714fb

Complementary Color

#c714fb #48fb14

#c714fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c714fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c714fb Color CSS Codes

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

#c714fb Text Font Color

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

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


#c714fb Background Color

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

This div background color is #c714fb


#c714fb Border Color

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

This div border color is #c714fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,20,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 #c714fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c714fb


Comments

No comments written yet.

Please login to write comment.