Color Hex Logo

#c23dba Color Hex

#C23DBA
(194,61,186)
0 Favorites   0 Comments

Color spaces of #c23dba

RGB 19461186
HSL0.840.520.50
HSV304°69°76°
CMYK 0.000.690.04   0.24
XYZ32.779818.352048.2690
Yxy18.35200.32980.1846
Hunter Lab42.839261.6163-36.8174
CIE-Lab49.920366.4991-38.8430

#c23dba color RGB value is (194,61,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00111101 10111010
Octal 302 75 272
Decimal 194 61 186
Hex C2 3D BA

RGB Percentages of Color #c23dba

%43.99
%13.83
%42.18

CMYK Percentages of Color #c23dba

%0
%69
%4
%24

Triadic Colors of #c23dba

#c23dba #bac23d #3dbac2

Analogous Colors of #c23dba

#c23dba #c23d78 #883dc2

Monochromatic Colors of #c23dba

#c23dba

Complementary Color

#c23dba #3dc245

#c23dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c23dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c23dba Color CSS Codes

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

#c23dba Text Font Color

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

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


#c23dba Background Color

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

This div background color is #c23dba


#c23dba Border Color

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

This div border color is #c23dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c23dba


Comments

No comments written yet.

Please login to write comment.