Color Hex Logo

#c75ddd Color Hex

#C75DDD
(199,93,221)
0 Favorites   0 Comments

Color spaces of #c75ddd

RGB 19993221
HSL0.800.650.62
HSV290°58°87°
CMYK 0.100.580.00   0.13
XYZ40.518725.191371.1334
Yxy25.19130.29610.1841
Hunter Lab50.190956.2673-48.8954
CIE-Lab57.261360.5254-47.2280

#c75ddd color RGB value is (199,93,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01011101 11011101
Octal 307 135 335
Decimal 199 93 221
Hex C7 5D DD

RGB Percentages of Color #c75ddd

%38.79
%18.13
%43.08

CMYK Percentages of Color #c75ddd

%10
%58
%0
%13

Triadic Colors of #c75ddd

#c75ddd #ddc75d #5dddc7

Analogous Colors of #c75ddd

#c75ddd #dd5db3 #875ddd

Monochromatic Colors of #c75ddd

#c75ddd

Complementary Color

#c75ddd #73dd5d

#c75ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75ddd Color CSS Codes

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

#c75ddd Text Font Color

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

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


#c75ddd Background Color

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

This div background color is #c75ddd


#c75ddd Border Color

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

This div border color is #c75ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75ddd


Comments

No comments written yet.

Please login to write comment.