Color Hex Logo

#c223eb Color Hex

#C223EB
(194,35,235)
0 Favorites   0 Comments

Color spaces of #c223eb

RGB 19435235
HSL0.800.830.53
HSV288°85°92°
CMYK 0.170.850.00   0.08
XYZ37.844618.669680.2062
Yxy18.66960.27680.1366
Hunter Lab43.208380.7270-79.8122
CIE-Lab50.298482.0707-66.3180

#c223eb color RGB value is (194,35,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00100011 11101011
Octal 302 43 353
Decimal 194 35 235
Hex C2 23 EB

RGB Percentages of Color #c223eb

%41.81
%7.54
%50.65

CMYK Percentages of Color #c223eb

%17
%85
%0
%8

Triadic Colors of #c223eb

#c223eb #ebc223 #23ebc2

Analogous Colors of #c223eb

#c223eb #eb23b0 #5e23eb

Monochromatic Colors of #c223eb

#c223eb

Complementary Color

#c223eb #4ceb23

#c223eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c223eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c223eb Color CSS Codes

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

#c223eb Text Font Color

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

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


#c223eb Background Color

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

This div background color is #c223eb


#c223eb Border Color

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

This div border color is #c223eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,35,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 #c223eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c223eb


Comments

No comments written yet.

Please login to write comment.