Color Hex Logo

#c23385 Color Hex

#C23385
(194,51,133)
0 Favorites   0 Comments

Color spaces of #c23385

RGB 19451133
HSL0.900.580.48
HSV326°74°76°
CMYK 0.000.740.31   0.24
XYZ27.665615.530423.7298
Yxy15.53040.41340.2321
Hunter Lab39.408656.3453-8.1153
CIE-Lab46.352362.6032-12.8540

#c23385 color RGB value is (194,51,133).

#c23385 hex color red value is 194, green value is 51 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #c23385 hue: 0.90 , saturation: 0.58 and the lightness value of c23385 is 0.48.

The process color (four color CMYK) of #c23385 color hex is 0.00, 0.74, 0.31, 0.24. Web safe color of #c23385 is #cc3399. Color #c23385 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00110011 10000101
Octal 302 63 205
Decimal 194 51 133
Hex C2 33 85

RGB Percentages of Color #c23385

%51.32
%13.49
%35.19

CMYK Percentages of Color #c23385

%0
%74
%31
%24

Triadic Colors of #c23385

#c23385 #85c233 #3385c2

Analogous Colors of #c23385

#c23385 #c2333e #b833c2

Monochromatic Colors of #c23385

#c23385

Complementary Color

#c23385 #33c270

#c23385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c23385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c23385 Color CSS Codes

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

#c23385 Text Font Color

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

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


#c23385 Background Color

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

This div background color is #c23385


#c23385 Border Color

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

This div border color is #c23385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c23385


Comments

No comments written yet.

Please login to write comment.