Color Hex Logo

#c775d3 Color Hex

#C775D3
(199,117,211)
0 Favorites   0 Comments

Color spaces of #c775d3

RGB 199117211
HSL0.810.520.64
HSV292°45°83°
CMYK 0.060.450.00   0.17
XYZ41.672329.567865.1388
Yxy29.56780.30560.2168
Hunter Lab54.376341.6384-32.9617
CIE-Lab61.279546.7436-35.2815

#c775d3 color RGB value is (199,117,211).

#c775d3 hex color red value is 199, green value is 117 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #c775d3 hue: 0.81 , saturation: 0.52 and the lightness value of c775d3 is 0.64.

The process color (four color CMYK) of #c775d3 color hex is 0.06, 0.45, 0.00, 0.17. Web safe color of #c775d3 is #cc66cc. Color #c775d3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110101 11010011
Octal 307 165 323
Decimal 199 117 211
Hex C7 75 D3

RGB Percentages of Color #c775d3

%37.76
%22.20
%40.04

CMYK Percentages of Color #c775d3

%6
%45
%0
%17

Triadic Colors of #c775d3

#c775d3 #d3c775 #75d3c7

Analogous Colors of #c775d3

#c775d3 #d375b0 #9875d3

Monochromatic Colors of #c775d3

#c775d3

Complementary Color

#c775d3 #81d375

#c775d3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c775d3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c775d3 Color CSS Codes

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

#c775d3 Text Font Color

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

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


#c775d3 Background Color

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

This div background color is #c775d3


#c775d3 Border Color

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

This div border color is #c775d3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c775d3


Comments

No comments written yet.

Please login to write comment.