Color Hex Logo

#c674fe Color Hex

#C674FE
(198,116,254)
0 Favorites   0 Comments

Color spaces of #c674fe

RGB 198116254
HSL0.770.990.73
HSV276°54°100°
CMYK 0.220.540.00   0.00
XYZ47.423531.652397.3759
Yxy31.65230.26880.1794
Hunter Lab56.260452.0072-63.2373
CIE-Lab63.054555.8197-56.3898

#c674fe color RGB value is (198,116,254).

#c674fe hex color red value is 198, green value is 116 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c674fe hue: 0.77 , saturation: 0.99 and the lightness value of c674fe is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110100 11111110
Octal 306 164 376
Decimal 198 116 254
Hex C6 74 FE

RGB Percentages of Color #c674fe

%34.86
%20.42
%44.72

CMYK Percentages of Color #c674fe

%22
%54
%0
%0

Triadic Colors of #c674fe

#c674fe #fec674 #74fec6

Analogous Colors of #c674fe

#c674fe #fe74f1 #8174fe

Monochromatic Colors of #c674fe

#c674fe

Complementary Color

#c674fe #acfe74

#c674fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c674fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c674fe Color CSS Codes

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

#c674fe Text Font Color

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

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


#c674fe Background Color

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

This div background color is #c674fe


#c674fe Border Color

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

This div border color is #c674fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c674fe


Comments

No comments written yet.

Please login to write comment.