Color Hex Logo

#c75dd2 Color Hex

#C75DD2
(199,93,210)
0 Favorites   0 Comments

Color spaces of #c75dd2

RGB 19993210
HSL0.820.570.59
HSV294°56°82°
CMYK 0.050.560.00   0.18
XYZ39.100424.624063.6648
Yxy24.62400.30690.1933
Hunter Lab49.622653.8106-41.3321
CIE-Lab56.707258.4709-41.8839

#c75dd2 color RGB value is (199,93,210).

#c75dd2 hex color red value is 199, green value is 93 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #c75dd2 hue: 0.82 , saturation: 0.57 and the lightness value of c75dd2 is 0.59.

The process color (four color CMYK) of #c75dd2 color hex is 0.05, 0.56, 0.00, 0.18. Web safe color of #c75dd2 is #cc66cc. Color #c75dd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01011101 11010010
Octal 307 135 322
Decimal 199 93 210
Hex C7 5D D2

RGB Percentages of Color #c75dd2

%39.64
%18.53
%41.83

CMYK Percentages of Color #c75dd2

%5
%56
%0
%18

Triadic Colors of #c75dd2

#c75dd2 #d2c75d #5dd2c7

Analogous Colors of #c75dd2

#c75dd2 #d25da3 #8d5dd2

Monochromatic Colors of #c75dd2

#c75dd2

Complementary Color

#c75dd2 #68d25d

#c75dd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75dd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75dd2 Color CSS Codes

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

#c75dd2 Text Font Color

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

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


#c75dd2 Background Color

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

This div background color is #c75dd2


#c75dd2 Border Color

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

This div border color is #c75dd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75dd2


Comments

No comments written yet.

Please login to write comment.