Color Hex Logo

#c77ddf Color Hex

#C77DDF
(199,125,223)
0 Favorites   0 Comments

Color spaces of #c77ddf

RGB 199125223
HSL0.790.600.68
HSV285°44°87°
CMYK 0.110.440.00   0.13
XYZ44.206132.137173.6852
Yxy32.13710.29470.2142
Hunter Lab56.689639.9861-37.3825
CIE-Lab63.456044.9096-38.5983

#c77ddf color RGB value is (199,125,223).

#c77ddf hex color red value is 199, green value is 125 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c77ddf hue: 0.79 , saturation: 0.60 and the lightness value of c77ddf is 0.68.

The process color (four color CMYK) of #c77ddf color hex is 0.11, 0.44, 0.00, 0.13. Web safe color of #c77ddf is #cc66cc. Color #c77ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01111101 11011111
Octal 307 175 337
Decimal 199 125 223
Hex C7 7D DF

RGB Percentages of Color #c77ddf

%36.38
%22.85
%40.77

CMYK Percentages of Color #c77ddf

%11
%44
%0
%13

Triadic Colors of #c77ddf

#c77ddf #dfc77d #7ddfc7

Analogous Colors of #c77ddf

#c77ddf #df7dc6 #967ddf

Monochromatic Colors of #c77ddf

#c77ddf

Complementary Color

#c77ddf #95df7d

#c77ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c77ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c77ddf Color CSS Codes

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

#c77ddf Text Font Color

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

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


#c77ddf Background Color

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

This div background color is #c77ddf


#c77ddf Border Color

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

This div border color is #c77ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c77ddf


Comments

No comments written yet.

Please login to write comment.