Color Hex Logo

#c947f5 Color Hex

#C947F5
(201,71,245)
0 Favorites   0 Comments

Color spaces of #c947f5

RGB 20171245
HSL0.790.900.62
HSV285°71°96°
CMYK 0.180.710.00   0.04
XYZ42.822123.516688.6684
Yxy23.51660.27630.1517
Hunter Lab48.493972.7584-74.4627
CIE-Lab55.600574.6839-63.3176

#c947f5 color RGB value is (201,71,245).

#c947f5 hex color red value is 201, green value is 71 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #c947f5 hue: 0.79 , saturation: 0.90 and the lightness value of c947f5 is 0.62.

The process color (four color CMYK) of #c947f5 color hex is 0.18, 0.71, 0.00, 0.04. Web safe color of #c947f5 is #cc33ff. Color #c947f5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000111 11110101
Octal 311 107 365
Decimal 201 71 245
Hex C9 47 F5

RGB Percentages of Color #c947f5

%38.88
%13.73
%47.39

CMYK Percentages of Color #c947f5

%18
%71
%0
%4

Triadic Colors of #c947f5

#c947f5 #f5c947 #47f5c9

Analogous Colors of #c947f5

#c947f5 #f547ca #7247f5

Monochromatic Colors of #c947f5

#c947f5

Complementary Color

#c947f5 #73f547

#c947f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c947f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c947f5 Color CSS Codes

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

#c947f5 Text Font Color

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

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


#c947f5 Background Color

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

This div background color is #c947f5


#c947f5 Border Color

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

This div border color is #c947f5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c947f5


Comments

No comments written yet.

Please login to write comment.