Color Hex Logo

#cb76fb Color Hex

#CB76FB
(203,118,251)
0 Favorites   0 Comments

Color spaces of #cb76fb

RGB 203118251
HSL0.770.940.72
HSV278°53°98°
CMYK 0.190.530.00   0.02
XYZ48.519632.618495.0055
Yxy32.61840.27550.1852
Hunter Lab57.112551.6967-58.6489
CIE-Lab63.850755.4196-53.4405

#cb76fb color RGB value is (203,118,251).

#cb76fb hex color red value is 203, green value is 118 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #cb76fb hue: 0.77 , saturation: 0.94 and the lightness value of cb76fb is 0.72.

The process color (four color CMYK) of #cb76fb color hex is 0.19, 0.53, 0.00, 0.02. Web safe color of #cb76fb is #cc66ff. Color #cb76fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110110 11111011
Octal 313 166 373
Decimal 203 118 251
Hex CB 76 FB

RGB Percentages of Color #cb76fb

%35.49
%20.63
%43.88

CMYK Percentages of Color #cb76fb

%19
%53
%0
%2

Triadic Colors of #cb76fb

#cb76fb #fbcb76 #76fbcb

Analogous Colors of #cb76fb

#cb76fb #fb76e9 #8976fb

Monochromatic Colors of #cb76fb

#cb76fb

Complementary Color

#cb76fb #a6fb76

#cb76fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb76fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb76fb Color CSS Codes

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

#cb76fb Text Font Color

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

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


#cb76fb Background Color

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

This div background color is #cb76fb


#cb76fb Border Color

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

This div border color is #cb76fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb76fb


Comments

No comments written yet.

Please login to write comment.