Color Hex Logo

#c051fd Color Hex

#C051FD
(192,81,253)
0 Favorites   0 Comments

Color spaces of #c051fd

RGB 19281253
HSL0.770.980.65
HSV279°68°99°
CMYK 0.240.680.00   0.01
XYZ42.410324.183295.3611
Yxy24.18320.26190.1493
Hunter Lab49.176467.8817-80.5495
CIE-Lab56.270870.5623-66.7476

#c051fd color RGB value is (192,81,253).

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

The process color (four color CMYK) of #c051fd color hex is 0.24, 0.68, 0.00, 0.01. Web safe color of #c051fd is #cc66ff. Color #c051fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010001 11111101
Octal 300 121 375
Decimal 192 81 253
Hex C0 51 FD

RGB Percentages of Color #c051fd

%36.50
%15.40
%48.10

CMYK Percentages of Color #c051fd

%24
%68
%0
%1

Triadic Colors of #c051fd

#c051fd #fdc051 #51fdc0

Analogous Colors of #c051fd

#c051fd #fd51e4 #6a51fd

Monochromatic Colors of #c051fd

#c051fd

Complementary Color

#c051fd #8efd51

#c051fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c051fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c051fd Color CSS Codes

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

#c051fd Text Font Color

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

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


#c051fd Background Color

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

This div background color is #c051fd


#c051fd Border Color

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

This div border color is #c051fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c051fd


Comments

No comments written yet.

Please login to write comment.