Color Hex Logo

#c247eb Color Hex

#C247EB
(194,71,235)
0 Favorites   0 Comments

Color spaces of #c247eb

RGB 19471235
HSL0.790.800.60
HSV285°70°92°
CMYK 0.170.700.00   0.08
XYZ39.496821.974080.7570
Yxy21.97400.27770.1545
Hunter Lab46.876468.3655-69.3291
CIE-Lab53.999471.3950-60.3495

#c247eb color RGB value is (194,71,235).

#c247eb hex color red value is 194, green value is 71 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c247eb hue: 0.79 , saturation: 0.80 and the lightness value of c247eb is 0.60.

The process color (four color CMYK) of #c247eb color hex is 0.17, 0.70, 0.00, 0.08. Web safe color of #c247eb is #cc33ff. Color #c247eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000111 11101011
Octal 302 107 353
Decimal 194 71 235
Hex C2 47 EB

RGB Percentages of Color #c247eb

%38.80
%14.20
%47.00

CMYK Percentages of Color #c247eb

%17
%70
%0
%8

Triadic Colors of #c247eb

#c247eb #ebc247 #47ebc2

Analogous Colors of #c247eb

#c247eb #eb47c2 #7047eb

Monochromatic Colors of #c247eb

#c247eb

Complementary Color

#c247eb #70eb47

#c247eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c247eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c247eb Color CSS Codes

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

#c247eb Text Font Color

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

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


#c247eb Background Color

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

This div background color is #c247eb


#c247eb Border Color

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

This div border color is #c247eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c247eb


Comments

No comments written yet.

Please login to write comment.