color codes Logo

#c23cbb color codes

#C23CBB
(194,60,187)
0 Favorites   0 Comments

Color spaces of #c23cbb

RGB 19460187
HSL0.840.530.50
HSV303°69°76°
CMYK 0.000.690.04   0.24
XYZ32.833618.288948.8133
Yxy18.28890.32850.1830
Hunter Lab42.765562.2053-37.7388
CIE-Lab49.844767.0168-39.5445

#c23cbb color RGB value is (194,60,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00111100 10111011
Octal 302 74 273
Decimal 194 60 187
Hex C2 3C BB

RGB Percentages of Color #c23cbb

%43.99
%13.61
%42.40

CMYK Percentages of Color #c23cbb

%0
%69
%4
%24

Triadic Colors of #c23cbb

#c23cbb #bbc23c #3cbbc2

Analogous Colors of #c23cbb

#c23cbb #c23c78 #863cc2

Monochromatic Colors of #c23cbb

#c23cbb

Complementary Color

#c23cbb #3cc243

#c23cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c23cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c23cbb Color CSS Codes

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

#c23cbb Text Font Color

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

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


#c23cbb Background Color

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

This div background color is #c23cbb


#c23cbb Border Color

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

This div border color is #c23cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c23cbb


Comments

No comments written yet.

Please login to write comment.