Color Hex Logo

#cb5092 Color Hex

#CB5092
(203,80,146)
0 Favorites   0 Comments

Color spaces of #cb5092

RGB 20380146
HSL0.910.540.55
HSV328°61°80°
CMYK 0.000.610.28   0.20
XYZ32.685620.509229.4301
Yxy20.50920.39560.2482
Hunter Lab45.287149.5786-6.8290
CIE-Lab52.408155.4395-11.3675

#cb5092 color RGB value is (203,80,146).

#cb5092 hex color red value is 203, green value is 80 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #cb5092 hue: 0.91 , saturation: 0.54 and the lightness value of cb5092 is 0.55.

The process color (four color CMYK) of #cb5092 color hex is 0.00, 0.61, 0.28, 0.20. Web safe color of #cb5092 is #cc6699. Color #cb5092 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010000 10010010
Octal 313 120 222
Decimal 203 80 146
Hex CB 50 92

RGB Percentages of Color #cb5092

%47.32
%18.65
%34.03

CMYK Percentages of Color #cb5092

%0
%61
%28
%20

Triadic Colors of #cb5092

#cb5092 #92cb50 #5092cb

Analogous Colors of #cb5092

#cb5092 #cb5055 #c750cb

Monochromatic Colors of #cb5092

#cb5092

Complementary Color

#cb5092 #50cb89

#cb5092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb5092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb5092 Color CSS Codes

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

#cb5092 Text Font Color

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

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


#cb5092 Background Color

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

This div background color is #cb5092


#cb5092 Border Color

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

This div border color is #cb5092


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,80,146, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cb5092; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cb5092;
  -webkit-box-shadow: 1px 1px 3px 2px #cb5092;
  box-shadow:         1px 1px 3px 2px #cb5092; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,80,146, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb5092


Comments

No comments written yet.

Please login to write comment.