Color Hex Logo

#c272f5 Color Hex

#C272F5
(194,114,245)
0 Favorites   0 Comments

Color spaces of #c272f5

RGB 194114245
HSL0.770.870.70
HSV277°53°96°
CMYK 0.210.530.00   0.04
XYZ44.746930.096589.8370
Yxy30.09650.27170.1828
Hunter Lab54.860349.5884-58.6887
CIE-Lab61.737453.8909-53.5537

#c272f5 color RGB value is (194,114,245).

#c272f5 hex color red value is 194, green value is 114 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #c272f5 hue: 0.77 , saturation: 0.87 and the lightness value of c272f5 is 0.70.

The process color (four color CMYK) of #c272f5 color hex is 0.21, 0.53, 0.00, 0.04. Web safe color of #c272f5 is #cc66ff. Color #c272f5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110010 11110101
Octal 302 162 365
Decimal 194 114 245
Hex C2 72 F5

RGB Percentages of Color #c272f5

%35.08
%20.61
%44.30

CMYK Percentages of Color #c272f5

%21
%53
%0
%4

Triadic Colors of #c272f5

#c272f5 #f5c272 #72f5c2

Analogous Colors of #c272f5

#c272f5 #f572e7 #8172f5

Monochromatic Colors of #c272f5

#c272f5

Complementary Color

#c272f5 #a5f572

#c272f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c272f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c272f5 Color CSS Codes

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

#c272f5 Text Font Color

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

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


#c272f5 Background Color

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

This div background color is #c272f5


#c272f5 Border Color

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

This div border color is #c272f5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,114,245, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c272f5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c272f5;
  -webkit-box-shadow: 1px 1px 3px 2px #c272f5;
  box-shadow:         1px 1px 3px 2px #c272f5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,114,245, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c272f5


Comments

No comments written yet.

Please login to write comment.