Color Hex Logo

#c217b7 Color Hex

#C217B7
(194,23,183)
0 Favorites   0 Comments

Color spaces of #c217b7

RGB 19423183
HSL0.840.790.43
HSV304°88°76°
CMYK 0.000.880.06   0.24
XYZ31.101815.501046.1525
Yxy15.50100.33530.1671
Hunter Lab39.371372.1083-41.9420
CIE-Lab46.312975.9601-42.8003

#c217b7 color RGB value is (194,23,183).

#c217b7 hex color red value is 194, green value is 23 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #c217b7 hue: 0.84 , saturation: 0.79 and the lightness value of c217b7 is 0.43.

The process color (four color CMYK) of #c217b7 color hex is 0.00, 0.88, 0.06, 0.24. Web safe color of #c217b7 is #cc00cc. Color #c217b7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010111 10110111
Octal 302 27 267
Decimal 194 23 183
Hex C2 17 B7

RGB Percentages of Color #c217b7

%48.50
%5.75
%45.75

CMYK Percentages of Color #c217b7

%0
%88
%6
%24

Triadic Colors of #c217b7

#c217b7 #b7c217 #17b7c2

Analogous Colors of #c217b7

#c217b7 #c21762 #7817c2

Monochromatic Colors of #c217b7

#c217b7

Complementary Color

#c217b7 #17c222

#c217b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c217b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c217b7 Color CSS Codes

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

#c217b7 Text Font Color

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

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


#c217b7 Background Color

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

This div background color is #c217b7


#c217b7 Border Color

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

This div border color is #c217b7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c217b7


Comments

No comments written yet.

Please login to write comment.