Color Hex Logo

#c223be Color Hex

#C223BE
(194,35,190)
0 Favorites   0 Comments

Color spaces of #c223be

RGB 19435190
HSL0.840.690.45
HSV302°82°76°
CMYK 0.000.820.02   0.24
XYZ32.143416.389150.1845
Yxy16.38910.32560.1660
Hunter Lab40.483570.8809-45.1592
CIE-Lab47.480974.7297-45.0400

#c223be color RGB value is (194,35,190).

#c223be hex color red value is 194, green value is 35 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c223be hue: 0.84 , saturation: 0.69 and the lightness value of c223be is 0.45.

The process color (four color CMYK) of #c223be color hex is 0.00, 0.82, 0.02, 0.24. Web safe color of #c223be is #cc33cc. Color #c223be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00100011 10111110
Octal 302 43 276
Decimal 194 35 190
Hex C2 23 BE

RGB Percentages of Color #c223be

%46.30
%8.35
%45.35

CMYK Percentages of Color #c223be

%0
%82
%2
%24

Triadic Colors of #c223be

#c223be #bec223 #23bec2

Analogous Colors of #c223be

#c223be #c2236f #7723c2

Monochromatic Colors of #c223be

#c223be

Complementary Color

#c223be #23c227

#c223be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c223be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c223be Color CSS Codes

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

#c223be Text Font Color

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

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


#c223be Background Color

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

This div background color is #c223be


#c223be Border Color

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

This div border color is #c223be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c223be


Comments

No comments written yet.

Please login to write comment.