Color Hex Logo

#c23df0 Color Hex

#C23DF0
(194,61,240)
0 Favorites   0 Comments

Color spaces of #c23df0

RGB 19461240
HSL0.790.860.59
HSV285°75°94°
CMYK 0.190.750.00   0.06
XYZ39.645121.098184.4209
Yxy21.09810.27310.1453
Hunter Lab45.932773.6836-76.8178
CIE-Lab53.056775.9248-64.6723

#c23df0 color RGB value is (194,61,240).

#c23df0 hex color red value is 194, green value is 61 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #c23df0 hue: 0.79 , saturation: 0.86 and the lightness value of c23df0 is 0.59.

The process color (four color CMYK) of #c23df0 color hex is 0.19, 0.75, 0.00, 0.06. Web safe color of #c23df0 is #cc33ff. Color #c23df0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00111101 11110000
Octal 302 75 360
Decimal 194 61 240
Hex C2 3D F0

RGB Percentages of Color #c23df0

%39.19
%12.32
%48.48

CMYK Percentages of Color #c23df0

%19
%75
%0
%6

Triadic Colors of #c23df0

#c23df0 #f0c23d #3df0c2

Analogous Colors of #c23df0

#c23df0 #f03dc5 #693df0

Monochromatic Colors of #c23df0

#c23df0

Complementary Color

#c23df0 #6bf03d

#c23df0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c23df0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c23df0 Color CSS Codes

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

#c23df0 Text Font Color

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

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


#c23df0 Background Color

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

This div background color is #c23df0


#c23df0 Border Color

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

This div border color is #c23df0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c23df0


Comments

No comments written yet.

Please login to write comment.