Color Hex Logo

#c759fd Color Hex

#C759FD
(199,89,253)
0 Favorites   0 Comments

Color spaces of #c759fd

RGB 19989253
HSL0.780.980.67
HSV280°65°99°
CMYK 0.210.650.00   0.01
XYZ44.855226.378795.6560
Yxy26.37870.26880.1581
Hunter Lab51.360266.0118-74.4728
CIE-Lab58.394868.6123-63.2825

#c759fd color RGB value is (199,89,253).

#c759fd hex color red value is 199, green value is 89 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c759fd hue: 0.78 , saturation: 0.98 and the lightness value of c759fd is 0.67.

The process color (four color CMYK) of #c759fd color hex is 0.21, 0.65, 0.00, 0.01. Web safe color of #c759fd is #cc66ff. Color #c759fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01011001 11111101
Octal 307 131 375
Decimal 199 89 253
Hex C7 59 FD

RGB Percentages of Color #c759fd

%36.78
%16.45
%46.77

CMYK Percentages of Color #c759fd

%21
%65
%0
%1

Triadic Colors of #c759fd

#c759fd #fdc759 #59fdc7

Analogous Colors of #c759fd

#c759fd #fd59e1 #7559fd

Monochromatic Colors of #c759fd

#c759fd

Complementary Color

#c759fd #8ffd59

#c759fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c759fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c759fd Color CSS Codes

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

#c759fd Text Font Color

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

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


#c759fd Background Color

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

This div background color is #c759fd


#c759fd Border Color

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

This div border color is #c759fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c759fd


Comments

No comments written yet.

Please login to write comment.