Color Hex Logo

#c74cff Color Hex

#C74CFF
(199,76,255)
0 Favorites   0 Comments

Color spaces of #c74cff

RGB 19976255
HSL0.781.000.65
HSV281°70°100°
CMYK 0.220.700.00   0.00
XYZ44.187624.531097.0138
Yxy24.53100.26660.1480
Hunter Lab49.528872.5752-81.4633
CIE-Lab56.615674.3404-67.2522

#c74cff color RGB value is (199,76,255).

#c74cff hex color red value is 199, green value is 76 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c74cff hue: 0.78 , saturation: 1.00 and the lightness value of c74cff is 0.65.

The process color (four color CMYK) of #c74cff color hex is 0.22, 0.70, 0.00, 0.00. Web safe color of #c74cff is #cc33ff. Color #c74cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001100 11111111
Octal 307 114 377
Decimal 199 76 255
Hex C7 4C FF

RGB Percentages of Color #c74cff

%37.55
%14.34
%48.11

CMYK Percentages of Color #c74cff

%22
%70
%0
%0

Triadic Colors of #c74cff

#c74cff #ffc74c #4cffc7

Analogous Colors of #c74cff

#c74cff #ff4cde #6e4cff

Monochromatic Colors of #c74cff

#c74cff

Complementary Color

#c74cff #84ff4c

#c74cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74cff Color CSS Codes

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

#c74cff Text Font Color

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

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


#c74cff Background Color

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

This div background color is #c74cff


#c74cff Border Color

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

This div border color is #c74cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74cff


Comments

No comments written yet.

Please login to write comment.