Color Hex Logo

#c23dbd Color Hex

#C23DBD
(194,61,189)
0 Favorites   0 Comments

Color spaces of #c23dbd

RGB 19461189
HSL0.840.520.50
HSV302°69°76°
CMYK 0.000.690.03   0.24
XYZ33.102218.480949.9666
Yxy18.48090.32600.1820
Hunter Lab42.989462.2150-38.8202
CIE-Lab50.074366.9812-40.3447

#c23dbd color RGB value is (194,61,189).

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

The process color (four color CMYK) of #c23dbd color hex is 0.00, 0.69, 0.03, 0.24. Web safe color of #c23dbd is #cc33cc. Color #c23dbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00111101 10111101
Octal 302 75 275
Decimal 194 61 189
Hex C2 3D BD

RGB Percentages of Color #c23dbd

%43.69
%13.74
%42.57

CMYK Percentages of Color #c23dbd

%0
%69
%3
%24

Triadic Colors of #c23dbd

#c23dbd #bdc23d #3dbdc2

Analogous Colors of #c23dbd

#c23dbd #c23d7b #853dc2

Monochromatic Colors of #c23dbd

#c23dbd

Complementary Color

#c23dbd #3dc242

#c23dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c23dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c23dbd Color CSS Codes

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

#c23dbd Text Font Color

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

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


#c23dbd Background Color

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

This div background color is #c23dbd


#c23dbd Border Color

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

This div border color is #c23dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c23dbd


Comments

No comments written yet.

Please login to write comment.