Color Hex Logo

#cb5fef Color Hex

#CB5FEF
(203,95,239)
0 Favorites   0 Comments

Color spaces of #cb5fef

RGB 20395239
HSL0.790.820.65
HSV285°60°94°
CMYK 0.150.600.00   0.06
XYZ44.300827.112984.5598
Yxy27.11290.28400.1738
Hunter Lab52.070060.7439-59.8357
CIE-Lab59.078764.0540-54.3903

#cb5fef color RGB value is (203,95,239).

#cb5fef hex color red value is 203, green value is 95 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #cb5fef hue: 0.79 , saturation: 0.82 and the lightness value of cb5fef is 0.65.

The process color (four color CMYK) of #cb5fef color hex is 0.15, 0.60, 0.00, 0.06. Web safe color of #cb5fef is #cc66ff. Color #cb5fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011111 11101111
Octal 313 137 357
Decimal 203 95 239
Hex CB 5F EF

RGB Percentages of Color #cb5fef

%37.80
%17.69
%44.51

CMYK Percentages of Color #cb5fef

%15
%60
%0
%6

Triadic Colors of #cb5fef

#cb5fef #efcb5f #5fefcb

Analogous Colors of #cb5fef

#cb5fef #ef5fcb #835fef

Monochromatic Colors of #cb5fef

#cb5fef

Complementary Color

#cb5fef #83ef5f

#cb5fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb5fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb5fef Color CSS Codes

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

#cb5fef Text Font Color

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

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


#cb5fef Background Color

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

This div background color is #cb5fef


#cb5fef Border Color

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

This div border color is #cb5fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb5fef


Comments

No comments written yet.

Please login to write comment.