Color Hex Logo

#c123be Color Hex

#C123BE
(193,35,190)
0 Favorites   0 Comments

Color spaces of #c123be

RGB 19335190
HSL0.840.690.45
HSV301°82°76°
CMYK 0.000.820.02   0.24
XYZ31.887616.257250.1725
Yxy16.25720.32430.1654
Hunter Lab40.320270.6079-45.5534
CIE-Lab47.310174.5392-45.3221

#c123be color RGB value is (193,35,190).

#c123be hex color red value is 193, green value is 35 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c123be hue: 0.84 , saturation: 0.69 and the lightness value of c123be is 0.45.

The process color (four color CMYK) of #c123be color hex is 0.00, 0.82, 0.02, 0.24. Web safe color of #c123be is #cc33cc. Color #c123be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100011 10111110
Octal 301 43 276
Decimal 193 35 190
Hex C1 23 BE

RGB Percentages of Color #c123be

%46.17
%8.37
%45.45

CMYK Percentages of Color #c123be

%0
%82
%2
%24

Triadic Colors of #c123be

#c123be #bec123 #23bec1

Analogous Colors of #c123be

#c123be #c1236f #7523c1

Monochromatic Colors of #c123be

#c123be

Complementary Color

#c123be #23c126

#c123be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c123be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c123be Color CSS Codes

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

#c123be Text Font Color

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

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


#c123be Background Color

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

This div background color is #c123be


#c123be Border Color

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

This div border color is #c123be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,35,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c123be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c123be;
  -webkit-box-shadow: 1px 1px 3px 2px #c123be;
  box-shadow:         1px 1px 3px 2px #c123be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,35,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c123be


Comments

No comments written yet.

Please login to write comment.