Color Hex Logo

#c23faf Color Hex

#C23FAF
(194,63,175)
0 Favorites   0 Comments

Color spaces of #c23faf

RGB 19463175
HSL0.860.520.50
HSV309°68°76°
CMYK 0.000.680.10   0.24
XYZ31.763518.119542.3807
Yxy18.11950.34430.1964
Hunter Lab42.567058.7044-29.2336
CIE-Lab49.640764.0423-32.8532

#c23faf color RGB value is (194,63,175).

#c23faf hex color red value is 194, green value is 63 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c23faf hue: 0.86 , saturation: 0.52 and the lightness value of c23faf is 0.50.

The process color (four color CMYK) of #c23faf color hex is 0.00, 0.68, 0.10, 0.24. Web safe color of #c23faf is #cc3399. Color #c23faf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00111111 10101111
Octal 302 77 257
Decimal 194 63 175
Hex C2 3F AF

RGB Percentages of Color #c23faf

%44.91
%14.58
%40.51

CMYK Percentages of Color #c23faf

%0
%68
%10
%24

Triadic Colors of #c23faf

#c23faf #afc23f #3fafc2

Analogous Colors of #c23faf

#c23faf #c23f6e #943fc2

Monochromatic Colors of #c23faf

#c23faf

Complementary Color

#c23faf #3fc252

#c23faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c23faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c23faf Color CSS Codes

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

#c23faf Text Font Color

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

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


#c23faf Background Color

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

This div background color is #c23faf


#c23faf Border Color

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

This div border color is #c23faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c23faf


Comments

No comments written yet.

Please login to write comment.