Color Hex Logo

#c451f7 Color Hex

#C451F7
(196,81,247)
0 Favorites   0 Comments

Color spaces of #c451f7

RGB 19681247
HSL0.780.910.64
HSV282°67°97°
CMYK 0.210.670.00   0.03
XYZ42.495924.336090.4532
Yxy24.33600.27020.1547
Hunter Lab49.331567.4359-74.1808
CIE-Lab56.422670.1644-63.1450

#c451f7 color RGB value is (196,81,247).

#c451f7 hex color red value is 196, green value is 81 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #c451f7 hue: 0.78 , saturation: 0.91 and the lightness value of c451f7 is 0.64.

The process color (four color CMYK) of #c451f7 color hex is 0.21, 0.67, 0.00, 0.03. Web safe color of #c451f7 is #cc66ff. Color #c451f7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01010001 11110111
Octal 304 121 367
Decimal 196 81 247
Hex C4 51 F7

RGB Percentages of Color #c451f7

%37.40
%15.46
%47.14

CMYK Percentages of Color #c451f7

%21
%67
%0
%3

Triadic Colors of #c451f7

#c451f7 #f7c451 #51f7c4

Analogous Colors of #c451f7

#c451f7 #f751d7 #7151f7

Monochromatic Colors of #c451f7

#c451f7

Complementary Color

#c451f7 #84f751

#c451f7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c451f7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c451f7 Color CSS Codes

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

#c451f7 Text Font Color

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

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


#c451f7 Background Color

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

This div background color is #c451f7


#c451f7 Border Color

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

This div border color is #c451f7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,81,247, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c451f7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c451f7;
  -webkit-box-shadow: 1px 1px 3px 2px #c451f7;
  box-shadow:         1px 1px 3px 2px #c451f7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,81,247, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c451f7


Comments

No comments written yet.

Please login to write comment.