Color Hex Logo

#cf41f4 Color Hex

#CF41F4
(207,65,244)
0 Favorites   0 Comments

Color spaces of #cf41f4

RGB 20765244
HSL0.800.890.61
HSV288°73°96°
CMYK 0.150.730.00   0.04
XYZ43.951623.577687.8224
Yxy23.57760.28290.1518
Hunter Lab48.556876.5965-73.2454
CIE-Lab55.662477.7582-62.6151

#cf41f4 color RGB value is (207,65,244).

#cf41f4 hex color red value is 207, green value is 65 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #cf41f4 hue: 0.80 , saturation: 0.89 and the lightness value of cf41f4 is 0.61.

The process color (four color CMYK) of #cf41f4 color hex is 0.15, 0.73, 0.00, 0.04. Web safe color of #cf41f4 is #cc33ff. Color #cf41f4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01000001 11110100
Octal 317 101 364
Decimal 207 65 244
Hex CF 41 F4

RGB Percentages of Color #cf41f4

%40.12
%12.60
%47.29

CMYK Percentages of Color #cf41f4

%15
%73
%0
%4

Triadic Colors of #cf41f4

#cf41f4 #f4cf41 #41f4cf

Analogous Colors of #cf41f4

#cf41f4 #f441c0 #7641f4

Monochromatic Colors of #cf41f4

#cf41f4

Complementary Color

#cf41f4 #66f441

#cf41f4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf41f4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf41f4 Color CSS Codes

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

#cf41f4 Text Font Color

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

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


#cf41f4 Background Color

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

This div background color is #cf41f4


#cf41f4 Border Color

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

This div border color is #cf41f4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,65,244, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf41f4

Related Colors


Comments

No comments written yet.

Please login to write comment.