Color Hex Logo

#c74feb Color Hex

#C74FEB
(199,79,235)
0 Favorites   0 Comments

Color spaces of #c74feb

RGB 19979235
HSL0.790.800.62
HSV286°66°92°
CMYK 0.150.660.00   0.08
XYZ41.344623.732280.9989
Yxy23.73220.28300.1625
Hunter Lab48.715766.2389-64.4796
CIE-Lab55.818769.2835-57.3934

#c74feb color RGB value is (199,79,235).

#c74feb hex color red value is 199, green value is 79 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c74feb hue: 0.79 , saturation: 0.80 and the lightness value of c74feb is 0.62.

The process color (four color CMYK) of #c74feb color hex is 0.15, 0.66, 0.00, 0.08. Web safe color of #c74feb is #cc66ff. Color #c74feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001111 11101011
Octal 307 117 353
Decimal 199 79 235
Hex C7 4F EB

RGB Percentages of Color #c74feb

%38.79
%15.40
%45.81

CMYK Percentages of Color #c74feb

%15
%66
%0
%8

Triadic Colors of #c74feb

#c74feb #ebc74f #4febc7

Analogous Colors of #c74feb

#c74feb #eb4fc1 #794feb

Monochromatic Colors of #c74feb

#c74feb

Complementary Color

#c74feb #73eb4f

#c74feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74feb Color CSS Codes

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

#c74feb Text Font Color

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

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


#c74feb Background Color

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

This div background color is #c74feb


#c74feb Border Color

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

This div border color is #c74feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74feb


Comments

No comments written yet.

Please login to write comment.