Color Hex Logo

#c741fe Color Hex

#C741FE
(199,65,254)
0 Favorites   0 Comments

Color spaces of #c741fe

RGB 19965254
HSL0.780.990.63
HSV283°74°100°
CMYK 0.220.740.00   0.00
XYZ43.332923.078595.9366
Yxy23.07850.26690.1422
Hunter Lab48.040176.9396-84.7747
CIE-Lab55.153178.1304-69.0587

#c741fe color RGB value is (199,65,254).

#c741fe hex color red value is 199, green value is 65 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c741fe hue: 0.78 , saturation: 0.99 and the lightness value of c741fe is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01000001 11111110
Octal 307 101 376
Decimal 199 65 254
Hex C7 41 FE

RGB Percentages of Color #c741fe

%38.42
%12.55
%49.03

CMYK Percentages of Color #c741fe

%22
%74
%0
%0

Triadic Colors of #c741fe

#c741fe #fec741 #41fec7

Analogous Colors of #c741fe

#c741fe #fe41d7 #6941fe

Monochromatic Colors of #c741fe

#c741fe

Complementary Color

#c741fe #78fe41

#c741fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c741fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c741fe Color CSS Codes

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

#c741fe Text Font Color

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

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


#c741fe Background Color

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

This div background color is #c741fe


#c741fe Border Color

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

This div border color is #c741fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,65,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 #c741fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c741fe


Comments

No comments written yet.

Please login to write comment.