Color Hex Logo

#c75fde Color Hex

#C75FDE
(199,95,222)
0 Favorites   0 Comments

Color spaces of #c75fde

RGB 19995222
HSL0.800.660.62
HSV289°57°87°
CMYK 0.100.570.00   0.13
XYZ40.830225.600571.8966
Yxy25.60050.29520.1851
Hunter Lab50.596955.4995-48.8313
CIE-Lab57.655959.7866-47.1662

#c75fde color RGB value is (199,95,222).

#c75fde hex color red value is 199, green value is 95 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c75fde hue: 0.80 , saturation: 0.66 and the lightness value of c75fde is 0.62.

The process color (four color CMYK) of #c75fde color hex is 0.10, 0.57, 0.00, 0.13. Web safe color of #c75fde is #cc66cc. Color #c75fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01011111 11011110
Octal 307 137 336
Decimal 199 95 222
Hex C7 5F DE

RGB Percentages of Color #c75fde

%38.57
%18.41
%43.02

CMYK Percentages of Color #c75fde

%10
%57
%0
%13

Triadic Colors of #c75fde

#c75fde #dec75f #5fdec7

Analogous Colors of #c75fde

#c75fde #de5fb6 #885fde

Monochromatic Colors of #c75fde

#c75fde

Complementary Color

#c75fde #76de5f

#c75fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75fde Color CSS Codes

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

#c75fde Text Font Color

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

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


#c75fde Background Color

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

This div background color is #c75fde


#c75fde Border Color

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

This div border color is #c75fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75fde


Comments

No comments written yet.

Please login to write comment.