Color Hex Logo

#c023ea Color Hex

#C023EA
(192,35,234)
0 Favorites   0 Comments

Color spaces of #c023ea

RGB 19235234
HSL0.800.830.53
HSV287°85°92°
CMYK 0.180.850.00   0.08
XYZ37.190518.349079.4235
Yxy18.34900.27560.1360
Hunter Lab42.835780.0133-79.9470
CIE-Lab49.916781.5844-66.3866

#c023ea color RGB value is (192,35,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100011 11101010
Octal 300 43 352
Decimal 192 35 234
Hex C0 23 EA

RGB Percentages of Color #c023ea

%41.65
%7.59
%50.76

CMYK Percentages of Color #c023ea

%18
%85
%0
%8

Triadic Colors of #c023ea

#c023ea #eac023 #23eac0

Analogous Colors of #c023ea

#c023ea #ea23b1 #5c23ea

Monochromatic Colors of #c023ea

#c023ea

Complementary Color

#c023ea #4dea23

#c023ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c023ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c023ea Color CSS Codes

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

#c023ea Text Font Color

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

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


#c023ea Background Color

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

This div background color is #c023ea


#c023ea Border Color

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

This div border color is #c023ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c023ea


Comments

No comments written yet.

Please login to write comment.