Color Hex Logo

#c751fb Color Hex

#C751FB
(199,81,251)
0 Favorites   0 Comments

Color spaces of #c751fb

RGB 19981251
HSL0.780.960.65
HSV282°68°98°
CMYK 0.210.680.00   0.02
XYZ43.908224.992093.7765
Yxy24.99200.26990.1536
Hunter Lab49.992069.2914-76.2236
CIE-Lab57.067671.5737-64.3078

#c751fb color RGB value is (199,81,251).

#c751fb hex color red value is 199, green value is 81 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c751fb hue: 0.78 , saturation: 0.96 and the lightness value of c751fb is 0.65.

The process color (four color CMYK) of #c751fb color hex is 0.21, 0.68, 0.00, 0.02. Web safe color of #c751fb is #cc66ff. Color #c751fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010001 11111011
Octal 307 121 373
Decimal 199 81 251
Hex C7 51 FB

RGB Percentages of Color #c751fb

%37.48
%15.25
%47.27

CMYK Percentages of Color #c751fb

%21
%68
%0
%2

Triadic Colors of #c751fb

#c751fb #fbc751 #51fbc7

Analogous Colors of #c751fb

#c751fb #fb51da #7251fb

Monochromatic Colors of #c751fb

#c751fb

Complementary Color

#c751fb #85fb51

#c751fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c751fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c751fb Color CSS Codes

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

#c751fb Text Font Color

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

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


#c751fb Background Color

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

This div background color is #c751fb


#c751fb Border Color

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

This div border color is #c751fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c751fb


Comments

No comments written yet.

Please login to write comment.