Color Hex Logo

#c75dda Color Hex

#C75DDA
(199,93,218)
0 Favorites   0 Comments

Color spaces of #c75dda

RGB 19993218
HSL0.810.630.61
HSV291°57°85°
CMYK 0.090.570.00   0.15
XYZ40.122425.032869.0468
Yxy25.03280.29900.1865
Hunter Lab50.032855.5857-46.7991
CIE-Lab57.107459.9582-45.7797

#c75dda color RGB value is (199,93,218).

#c75dda hex color red value is 199, green value is 93 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c75dda hue: 0.81 , saturation: 0.63 and the lightness value of c75dda is 0.61.

The process color (four color CMYK) of #c75dda color hex is 0.09, 0.57, 0.00, 0.15. Web safe color of #c75dda is #cc66cc. Color #c75dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01011101 11011010
Octal 307 135 332
Decimal 199 93 218
Hex C7 5D DA

RGB Percentages of Color #c75dda

%39.02
%18.24
%42.75

CMYK Percentages of Color #c75dda

%9
%57
%0
%15

Triadic Colors of #c75dda

#c75dda #dac75d #5ddac7

Analogous Colors of #c75dda

#c75dda #da5daf #895dda

Monochromatic Colors of #c75dda

#c75dda

Complementary Color

#c75dda #70da5d

#c75dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75dda Color CSS Codes

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

#c75dda Text Font Color

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

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


#c75dda Background Color

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

This div background color is #c75dda


#c75dda Border Color

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

This div border color is #c75dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75dda


Comments

No comments written yet.

Please login to write comment.