Color Hex Logo

#c23efa Color Hex

#C23EFA
(194,62,250)
0 Favorites   0 Comments

Color spaces of #c23efa

RGB 19462250
HSL0.780.950.61
HSV282°75°98°
CMYK 0.220.750.00   0.02
XYZ41.226121.816792.4807
Yxy21.81670.26510.1403
Hunter Lab46.708475.8095-84.6960
CIE-Lab53.832077.4845-69.0060

#c23efa color RGB value is (194,62,250).

#c23efa hex color red value is 194, green value is 62 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c23efa hue: 0.78 , saturation: 0.95 and the lightness value of c23efa is 0.61.

The process color (four color CMYK) of #c23efa color hex is 0.22, 0.75, 0.00, 0.02. Web safe color of #c23efa is #cc33ff. Color #c23efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00111110 11111010
Octal 302 76 372
Decimal 194 62 250
Hex C2 3E FA

RGB Percentages of Color #c23efa

%38.34
%12.25
%49.41

CMYK Percentages of Color #c23efa

%22
%75
%0
%2

Triadic Colors of #c23efa

#c23efa #fac23e #3efac2

Analogous Colors of #c23efa

#c23efa #fa3ed4 #643efa

Monochromatic Colors of #c23efa

#c23efa

Complementary Color

#c23efa #76fa3e

#c23efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c23efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c23efa Color CSS Codes

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

#c23efa Text Font Color

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

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


#c23efa Background Color

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

This div background color is #c23efa


#c23efa Border Color

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

This div border color is #c23efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c23efa

Related Colors


Comments

No comments written yet.

Please login to write comment.