Color Hex Logo

#c247cb Color Hex

#C247CB
(194,71,203)
0 Favorites   0 Comments

Color spaces of #c247cb

RGB 19471203
HSL0.820.560.54
HSV296°65°80°
CMYK 0.040.650.00   0.20
XYZ35.280920.287658.5563
Yxy20.28760.30910.1778
Hunter Lab45.041860.9947-45.5504
CIE-Lab52.160865.5418-45.1240

#c247cb color RGB value is (194,71,203).

#c247cb hex color red value is 194, green value is 71 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c247cb hue: 0.82 , saturation: 0.56 and the lightness value of c247cb is 0.54.

The process color (four color CMYK) of #c247cb color hex is 0.04, 0.65, 0.00, 0.20. Web safe color of #c247cb is #cc33cc. Color #c247cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000111 11001011
Octal 302 107 313
Decimal 194 71 203
Hex C2 47 CB

RGB Percentages of Color #c247cb

%41.45
%15.17
%43.38

CMYK Percentages of Color #c247cb

%4
%65
%0
%20

Triadic Colors of #c247cb

#c247cb #cbc247 #47cbc2

Analogous Colors of #c247cb

#c247cb #cb4792 #8047cb

Monochromatic Colors of #c247cb

#c247cb

Complementary Color

#c247cb #50cb47

#c247cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c247cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c247cb Color CSS Codes

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

#c247cb Text Font Color

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

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


#c247cb Background Color

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

This div background color is #c247cb


#c247cb Border Color

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

This div border color is #c247cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c247cb


Comments

No comments written yet.

Please login to write comment.