Color Hex Logo

#c47fef Color Hex

#C47FEF
(196,127,239)
0 Favorites   0 Comments

Color spaces of #c47fef

RGB 196127239
HSL0.770.780.72
HSV277°47°94°
CMYK 0.180.470.00   0.06
XYZ45.934333.146585.6383
Yxy33.14650.27890.2012
Hunter Lab57.573041.6625-47.8912
CIE-Lab64.279446.3447-46.2019

#c47fef color RGB value is (196,127,239).

#c47fef hex color red value is 196, green value is 127 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c47fef hue: 0.77 , saturation: 0.78 and the lightness value of c47fef is 0.72.

The process color (four color CMYK) of #c47fef color hex is 0.18, 0.47, 0.00, 0.06. Web safe color of #c47fef is #cc66ff. Color #c47fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01111111 11101111
Octal 304 177 357
Decimal 196 127 239
Hex C4 7F EF

RGB Percentages of Color #c47fef

%34.88
%22.60
%42.53

CMYK Percentages of Color #c47fef

%18
%47
%0
%6

Triadic Colors of #c47fef

#c47fef #efc47f #7fefc4

Analogous Colors of #c47fef

#c47fef #ef7fe2 #8c7fef

Monochromatic Colors of #c47fef

#c47fef

Complementary Color

#c47fef #aaef7f

#c47fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c47fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c47fef Color CSS Codes

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

#c47fef Text Font Color

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

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


#c47fef Background Color

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

This div background color is #c47fef


#c47fef Border Color

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

This div border color is #c47fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c47fef


Comments

No comments written yet.

Please login to write comment.