Color Hex Logo

#c23ed3 Color Hex

#C23ED3
(194,62,211)
0 Favorites   0 Comments

Color spaces of #c23ed3

RGB 19462211
HSL0.810.630.54
HSV293°71°83°
CMYK 0.080.710.00   0.17
XYZ35.728619.617763.5315
Yxy19.61770.30050.1650
Hunter Lab44.291966.4785-54.0402
CIE-Lab51.402270.3254-50.9137

#c23ed3 color RGB value is (194,62,211).

#c23ed3 hex color red value is 194, green value is 62 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #c23ed3 hue: 0.81 , saturation: 0.63 and the lightness value of c23ed3 is 0.54.

The process color (four color CMYK) of #c23ed3 color hex is 0.08, 0.71, 0.00, 0.17. Web safe color of #c23ed3 is #cc33cc. Color #c23ed3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00111110 11010011
Octal 302 76 323
Decimal 194 62 211
Hex C2 3E D3

RGB Percentages of Color #c23ed3

%41.54
%13.28
%45.18

CMYK Percentages of Color #c23ed3

%8
%71
%0
%17

Triadic Colors of #c23ed3

#c23ed3 #d3c23e #3ed3c2

Analogous Colors of #c23ed3

#c23ed3 #d33e9a #783ed3

Monochromatic Colors of #c23ed3

#c23ed3

Complementary Color

#c23ed3 #4fd33e

#c23ed3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c23ed3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c23ed3 Color CSS Codes

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

#c23ed3 Text Font Color

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

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


#c23ed3 Background Color

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

This div background color is #c23ed3


#c23ed3 Border Color

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

This div border color is #c23ed3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c23ed3


Comments

No comments written yet.

Please login to write comment.