Color Hex Logo

#c23ac5 Color Hex

#C23AC5
(194,58,197)
0 Favorites   0 Comments

Color spaces of #c23ac5

RGB 19458197
HSL0.830.550.50
HSV299°71°77°
CMYK 0.020.710.00   0.23
XYZ33.839218.526754.6158
Yxy18.52670.31630.1732
Hunter Lab43.042765.0082-45.1018
CIE-Lab50.128869.3377-44.8942

#c23ac5 color RGB value is (194,58,197).

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

The process color (four color CMYK) of #c23ac5 color hex is 0.02, 0.71, 0.00, 0.23. Web safe color of #c23ac5 is #cc33cc. Color #c23ac5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00111010 11000101
Octal 302 72 305
Decimal 194 58 197
Hex C2 3A C5

RGB Percentages of Color #c23ac5

%43.21
%12.92
%43.88

CMYK Percentages of Color #c23ac5

%2
%71
%0
%23

Triadic Colors of #c23ac5

#c23ac5 #c5c23a #3ac5c2

Analogous Colors of #c23ac5

#c23ac5 #c53a83 #7d3ac5

Monochromatic Colors of #c23ac5

#c23ac5

Complementary Color

#c23ac5 #3dc53a

#c23ac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c23ac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c23ac5 Color CSS Codes

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

#c23ac5 Text Font Color

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

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


#c23ac5 Background Color

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

This div background color is #c23ac5


#c23ac5 Border Color

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

This div border color is #c23ac5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c23ac5


Comments

No comments written yet.

Please login to write comment.