Color Hex Logo

#cb84fb Color Hex

#CB84FB
(203,132,251)
0 Favorites   0 Comments

Color spaces of #cb84fb

RGB 203132251
HSL0.770.940.75
HSV276°47°98°
CMYK 0.190.470.00   0.02
XYZ50.292536.164195.5964
Yxy36.16410.27630.1986
Hunter Lab60.136644.0413-52.1550
CIE-Lab66.645148.1839-49.0180

#cb84fb color RGB value is (203,132,251).

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

The process color (four color CMYK) of #cb84fb color hex is 0.19, 0.47, 0.00, 0.02. Web safe color of #cb84fb is #cc99ff. Color #cb84fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000100 11111011
Octal 313 204 373
Decimal 203 132 251
Hex CB 84 FB

RGB Percentages of Color #cb84fb

%34.64
%22.53
%42.83

CMYK Percentages of Color #cb84fb

%19
%47
%0
%2

Triadic Colors of #cb84fb

#cb84fb #fbcb84 #84fbcb

Analogous Colors of #cb84fb

#cb84fb #fb84f0 #9084fb

Monochromatic Colors of #cb84fb

#cb84fb

Complementary Color

#cb84fb #b4fb84

#cb84fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb84fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb84fb Color CSS Codes

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

#cb84fb Text Font Color

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

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


#cb84fb Background Color

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

This div background color is #cb84fb


#cb84fb Border Color

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

This div border color is #cb84fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,132,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 #cb84fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb84fb

Related Colors


Comments

No comments written yet.

Please login to write comment.