Color Hex Logo

#c774db Color Hex

#C774DB
(199,116,219)
0 Favorites   0 Comments

Color spaces of #c774db

RGB 199116219
HSL0.800.590.66
HSV288°47°86°
CMYK 0.090.470.00   0.14
XYZ42.584829.747470.5152
Yxy29.74740.29810.2082
Hunter Lab54.541243.9226-38.4760
CIE-Lab61.435748.8231-39.5267

#c774db color RGB value is (199,116,219).

#c774db hex color red value is 199, green value is 116 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c774db hue: 0.80 , saturation: 0.59 and the lightness value of c774db is 0.66.

The process color (four color CMYK) of #c774db color hex is 0.09, 0.47, 0.00, 0.14. Web safe color of #c774db is #cc66cc. Color #c774db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110100 11011011
Octal 307 164 333
Decimal 199 116 219
Hex C7 74 DB

RGB Percentages of Color #c774db

%37.27
%21.72
%41.01

CMYK Percentages of Color #c774db

%9
%47
%0
%14

Triadic Colors of #c774db

#c774db #dbc774 #74dbc7

Analogous Colors of #c774db

#c774db #db74bc #9474db

Monochromatic Colors of #c774db

#c774db

Complementary Color

#c774db #88db74

#c774db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c774db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c774db Color CSS Codes

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

#c774db Text Font Color

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

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


#c774db Background Color

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

This div background color is #c774db


#c774db Border Color

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

This div border color is #c774db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c774db


Comments

No comments written yet.

Please login to write comment.