Color Hex Logo

#c23aed Color Hex

#C23AED
(194,58,237)
0 Favorites   0 Comments

Color spaces of #c23aed

RGB 19458237
HSL0.790.830.58
HSV286°76°93°
CMYK 0.180.760.00   0.07
XYZ39.047320.609982.0408
Yxy20.60990.27560.1454
Hunter Lab45.398174.0826-75.3667
CIE-Lab52.519976.3514-63.8547

#c23aed color RGB value is (194,58,237).

#c23aed hex color red value is 194, green value is 58 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c23aed hue: 0.79 , saturation: 0.83 and the lightness value of c23aed is 0.58.

The process color (four color CMYK) of #c23aed color hex is 0.18, 0.76, 0.00, 0.07. Web safe color of #c23aed is #cc33ff. Color #c23aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00111010 11101101
Octal 302 72 355
Decimal 194 58 237
Hex C2 3A ED

RGB Percentages of Color #c23aed

%39.67
%11.86
%48.47

CMYK Percentages of Color #c23aed

%18
%76
%0
%7

Triadic Colors of #c23aed

#c23aed #edc23a #3aedc2

Analogous Colors of #c23aed

#c23aed #ed3abf #693aed

Monochromatic Colors of #c23aed

#c23aed

Complementary Color

#c23aed #65ed3a

#c23aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c23aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c23aed Color CSS Codes

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

#c23aed Text Font Color

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

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


#c23aed Background Color

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

This div background color is #c23aed


#c23aed Border Color

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

This div border color is #c23aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c23aed


Comments

No comments written yet.

Please login to write comment.