Color Hex Logo

#c047cd Color Hex

#C047CD
(192,71,205)
0 Favorites   0 Comments

Color spaces of #c047cd

RGB 19271205
HSL0.820.570.54
HSV294°65°80°
CMYK 0.060.650.00   0.20
XYZ35.010920.120759.7960
Yxy20.12070.30460.1751
Hunter Lab44.856160.8239-47.6380
CIE-Lab51.973465.4307-46.5869

#c047cd color RGB value is (192,71,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000111 11001101
Octal 300 107 315
Decimal 192 71 205
Hex C0 47 CD

RGB Percentages of Color #c047cd

%41.03
%15.17
%43.80

CMYK Percentages of Color #c047cd

%6
%65
%0
%20

Triadic Colors of #c047cd

#c047cd #cdc047 #47cdc0

Analogous Colors of #c047cd

#c047cd #cd4797 #7d47cd

Monochromatic Colors of #c047cd

#c047cd

Complementary Color

#c047cd #54cd47

#c047cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c047cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c047cd Color CSS Codes

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

#c047cd Text Font Color

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

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


#c047cd Background Color

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

This div background color is #c047cd


#c047cd Border Color

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

This div border color is #c047cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c047cd


Comments

No comments written yet.

Please login to write comment.