Color Hex Logo

#c674fb Color Hex

#C674FB
(198,116,251)
0 Favorites   0 Comments

Color spaces of #c674fb

RGB 198116251
HSL0.770.940.72
HSV276°54°98°
CMYK 0.210.540.00   0.02
XYZ46.946731.461694.8651
Yxy31.46160.27090.1816
Hunter Lab56.090651.2422-61.0127
CIE-Lab62.895455.1719-54.9935

#c674fb color RGB value is (198,116,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110100 11111011
Octal 306 164 373
Decimal 198 116 251
Hex C6 74 FB

RGB Percentages of Color #c674fb

%35.04
%20.53
%44.42

CMYK Percentages of Color #c674fb

%21
%54
%0
%2

Triadic Colors of #c674fb

#c674fb #fbc674 #74fbc6

Analogous Colors of #c674fb

#c674fb #fb74ed #8374fb

Monochromatic Colors of #c674fb

#c674fb

Complementary Color

#c674fb #a9fb74

#c674fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c674fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c674fb Color CSS Codes

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

#c674fb Text Font Color

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

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


#c674fb Background Color

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

This div background color is #c674fb


#c674fb Border Color

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

This div border color is #c674fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c674fb

Related Colors


Comments

No comments written yet.

Please login to write comment.