Color Hex Logo

#c774fd Color Hex

#C774FD
(199,116,253)
0 Favorites   0 Comments

Color spaces of #c774fd

RGB 199116253
HSL0.770.970.72
HSV276°54°99°
CMYK 0.210.540.00   0.01
XYZ47.528231.724796.5470
Yxy31.72470.27040.1805
Hunter Lab56.324752.0546-62.2026
CIE-Lab63.114755.8517-55.7376

#c774fd color RGB value is (199,116,253).

#c774fd hex color red value is 199, green value is 116 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c774fd hue: 0.77 , saturation: 0.97 and the lightness value of c774fd is 0.72.

The process color (four color CMYK) of #c774fd color hex is 0.21, 0.54, 0.00, 0.01. Web safe color of #c774fd is #cc66ff. Color #c774fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110100 11111101
Octal 307 164 375
Decimal 199 116 253
Hex C7 74 FD

RGB Percentages of Color #c774fd

%35.04
%20.42
%44.54

CMYK Percentages of Color #c774fd

%21
%54
%0
%1

Triadic Colors of #c774fd

#c774fd #fdc774 #74fdc7

Analogous Colors of #c774fd

#c774fd #fd74ef #8374fd

Monochromatic Colors of #c774fd

#c774fd

Complementary Color

#c774fd #aafd74

#c774fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c774fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c774fd Color CSS Codes

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

#c774fd Text Font Color

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

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


#c774fd Background Color

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

This div background color is #c774fd


#c774fd Border Color

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

This div border color is #c774fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c774fd


Comments

No comments written yet.

Please login to write comment.