Color Hex Logo

#c23edf Color Hex

#C23EDF
(194,62,223)
0 Favorites   0 Comments

Color spaces of #c23edf

RGB 19462223
HSL0.800.720.56
HSV289°72°87°
CMYK 0.130.720.00   0.13
XYZ37.290020.242371.7538
Yxy20.24230.28840.1566
Hunter Lab44.991469.2101-63.0636
CIE-Lab52.110172.4561-56.6125

#c23edf color RGB value is (194,62,223).

#c23edf hex color red value is 194, green value is 62 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c23edf hue: 0.80 , saturation: 0.72 and the lightness value of c23edf is 0.56.

The process color (four color CMYK) of #c23edf color hex is 0.13, 0.72, 0.00, 0.13. Web safe color of #c23edf is #cc33cc. Color #c23edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00111110 11011111
Octal 302 76 337
Decimal 194 62 223
Hex C2 3E DF

RGB Percentages of Color #c23edf

%40.50
%12.94
%46.56

CMYK Percentages of Color #c23edf

%13
%72
%0
%13

Triadic Colors of #c23edf

#c23edf #dfc23e #3edfc2

Analogous Colors of #c23edf

#c23edf #df3eac #723edf

Monochromatic Colors of #c23edf

#c23edf

Complementary Color

#c23edf #5bdf3e

#c23edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c23edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c23edf Color CSS Codes

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

#c23edf Text Font Color

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

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


#c23edf Background Color

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

This div background color is #c23edf


#c23edf Border Color

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

This div border color is #c23edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c23edf


Comments

No comments written yet.

Please login to write comment.